You are here

public function GALoginHotpSetup::getHelpLinks in Google Authenticator login 8

Returns a list of links containing helpful information for plugin use.

Return value

string[] An array containing help links for e.g., OTP generation.

Overrides TfaSetupInterface::getHelpLinks

1 call to GALoginHotpSetup::getHelpLinks()
GALoginHotpSetup::getSetupForm in src/Plugin/TfaSetup/GALoginHotpSetup.php
Get the setup form for the validation method.

File

src/Plugin/TfaSetup/GALoginHotpSetup.php, line 229

Class

GALoginHotpSetup
HOTP setup class to setup HOTP validation.

Namespace

Drupal\ga_login\Plugin\TfaSetup

Code

public function getHelpLinks() {
  return $this->pluginDefinition['helpLinks'];
}