SuggestedActionSetPassword class

Inheritance

Constructors

SuggestedActionSetPassword({required int authorizationDelay})
Suggests the user to set a 2-step verification password to be able to log in again
const
SuggestedActionSetPassword.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

authorizationDelay int
authorizationDelay The number of days to pass between consecutive authorizations if the user declines to set password; if 0, then the user is advised to set the password for security reasons
final
clientId int?
client identifier
no setterinherited
extra → dynamic
callback sign
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? authorizationDelay}) SuggestedActionSetPassword
override
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String