AccessTokenValue class
Returns the result of an access token.
Returns the actual token to token.
Set the expiration time of the token to expirationTime.
アクセストークンの結果を返します。
tokenに実際のトークンを設定します。
expirationTimeにトークンの有効期限を設定します。
Constructors
- AccessTokenValue({required String token, DateTime? expirationTime})
-
Returns the result of an access token.
const
Properties
- expirationTime → DateTime?
-
Token expiration time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
Actual token.
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