AuthenticationCodeInfo class

Inheritance

Constructors

AuthenticationCodeInfo({required String phoneNumber, required AuthenticationCodeType type, AuthenticationCodeType? nextType, required int timeout, dynamic extra, int? clientId})
Information about the authentication code that was sent
const
AuthenticationCodeInfo.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
clientId client identifier
final
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
nextType AuthenticationCodeType?
nextType The way the next code will be sent to the user; may be null
final
phoneNumber String
phoneNumber A phone number that is being authenticated
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
timeout Timeout before the code can be re-sent, in seconds
final
type AuthenticationCodeType
type The way the code was sent to the user
final

Methods

copyWith({String? phoneNumber, AuthenticationCodeType? type, AuthenticationCodeType? nextType, int? timeout, dynamic extra, int? clientId}) AuthenticationCodeInfo
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