AuthMFAVerifyResponse class

Constructors

AuthMFAVerifyResponse({required String accessToken, required String tokenType, required Duration expiresIn, required String refreshToken, required User user})
const
AuthMFAVerifyResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String
New access token (JWT) after successful verification.
final
expiresIn Duration
Duration in which the access token will expire.
final
hashCode int
The hash code for this object.
no setterinherited
refreshToken String
Refresh token you can use to obtain new access tokens when expired.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenType String
Type of token, typically Bearer.
final
user User
Updated user profile.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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