You are here

public function GALoginTotpValidation::getTimeSkew in Google Authenticator login 8

Get the value of the time-window in which the validation should be done.

Return value

int The current value of the time skew.

File

src/Plugin/TfaValidation/GALoginTotpValidation.php, line 334

Class

GALoginTotpValidation
TOTP validation class for performing TOTP validation.

Namespace

Drupal\ga_login\Plugin\TfaValidation

Code

public function getTimeSkew() {
  return $this->timeSkew;
}