totpInstructionsText method

  1. @override
String totpInstructionsText(
  1. String totpSetupLinkText
)
override

No description provided for @totpInstructionsText.

In en, this message translates to: 'You will need to use the Google Authenticator app on your mobile device to generate the time-based one time password required for multi-factor authentication at sign-in. The app can be downloaded from either the Google Play Store or Apple App Store. Once installed scan the QR-Code below to add a token generator for your sign-in and enter a generated token to verify.{totpSetupLinkText}'

Implementation

@override
String totpInstructionsText(String totpSetupLinkText) {
  return 'You will need to use the Google Authenticator app on your mobile device to generate the time-based one time password required for multi-factor authentication at sign-in. The app can be downloaded from either the Google Play Store or Apple App Store. Once installed scan the QR-Code below to add a token generator for your sign-in and enter a generated token to verify.$totpSetupLinkText';
}