DefaultAccessTokenStore class
Default AccessTokenStore provided by Kakao Flutter SDK.
Currently uses SharedPreferences (on Android) and UserDefaults (on iOS).
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
clear(
) → Future< void> -
Deletes all token information.
override
-
fromStore(
) → Future< OAuthToken> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toStore(
AccessTokenResponse response) → Future< OAuthToken> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- atExpiresAtKey → const String
-
"com.kakao.token.AccessToken.ExpiresAt"
- atKey → const String
-
"com.kakao.token.AccessToken"
- rtExpiresAtKey → const String
-
"com.kakao.token.RefreshToken.ExpiresAt"
- rtKey → const String
-
"com.kakao.token.RefreshToken"
- scopesKey → const String
-
"com.kakao.token.Scopes"
- secureModeKey → const String
-
"com.kakao.token.KakaoSecureMode"