You are here

public function GALoginHotpSetup::getSetupMessages in Google Authenticator login 8

Returns a list of messages for plugin step.

Return value

string[] An array containing messages to be used during plugin setup.

Overrides TfaSetupInterface::getSetupMessages

File

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

Class

GALoginHotpSetup
HOTP setup class to setup HOTP validation.

Namespace

Drupal\ga_login\Plugin\TfaSetup

Code

public function getSetupMessages() {
  return $this->pluginDefinition['setupMessages'] ?: '';
}