SecureAuthenticationInfo class
A class representing secure authentication information.
This class holds the tokens and tenant ID required for secure authentication.
Constructors
- SecureAuthenticationInfo({required String refreshToken, String? accessToken, num? tenantId})
-
Constructs an instance of SecureAuthenticationInfo.
const
Properties
- accessToken → String?
-
The optional access token for authentication.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- refreshToken → String
-
The refresh token used for obtaining new access tokens.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId → num?
-
The optional tenant ID associated with the authentication.
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