public function GALoginTotpSetup::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/ GALoginTotpSetup.php, line 232
Class
- GALoginTotpSetup
- TOTP setup class to setup TOTP validation.
Namespace
Drupal\ga_login\Plugin\TfaSetupCode
public function getSetupMessages() {
return $this->pluginDefinition['setupMessages'] ?: '';
}