TitleResolver class

The resolver class for step titles

Constructors

TitleResolver()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

confirmResetPassword(BuildContext context) String
The title for the confirm reset password Widget.
confirmSignInCustomAuth(BuildContext context) String
The title for the confirm sign in (custom auth) Widget.
confirmSignInMfa(BuildContext context) String
The title for the confirm sign in (MFA) Widget.
confirmSignInNewPassword(BuildContext context) String
The title for the confirm sign in (new passwrod) Widget.
confirmSignInWithTotpMfaCode(BuildContext context) String
The title for the confirm sign in (totp MFA code) Widget.
confirmSignUp(BuildContext context) String
The title for the confirm sign up Widget.
continueSignInWithMfaSelection(BuildContext context) String
The title for the continue sign in (mfa selection) Widget.
continueSignInWithTotpSetup(BuildContext context) String
The title for the continue sign in (totp setup) Widget.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword(BuildContext context) String
The title for the reset password Widget.
resolve(BuildContext context, AuthenticatorStep key) String
toString() String
A string representation of this object.
inherited
verifyUser(BuildContext context) String
The title for the verify user Widget.

Operators

operator ==(Object other) bool
The equality operator.
inherited