menu
server_auth package
documentation
server_auth.dart
AuthTwoFactorSignInChallenge
AuthTwoFactorSignInChallenge.new const constructor
AuthTwoFactorSignInChallenge.new const constructor
dark_mode
light_mode
AuthTwoFactorSignInChallenge
constructor
const
AuthTwoFactorSignInChallenge
(
{
required
String
token
,
required
DateTime
expiresAt
,
})
Implementation
const AuthTwoFactorSignInChallenge({ required this.token, required this.expiresAt, });
server_auth package
documentation
server_auth
AuthTwoFactorSignInChallenge
AuthTwoFactorSignInChallenge.new const constructor
AuthTwoFactorSignInChallenge class