VILoginTokens class
Authentication parameters that may be used for login with access token.
Constructors
- VILoginTokens({required int accessExpire, required String accessToken, required int refreshExpire, required String refreshToken})
Properties
- accessExpire ↔ int
-
Time in seconds to access token expire.
getter/setter pair
- accessToken ↔ String
-
Access token.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- refreshExpire ↔ int
-
Time in seconds to refresh token expire.
getter/setter pair
- refreshToken ↔ String
-
Refresh token.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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