DefaultAccessTokenStore class

Default AccessTokenStore provided by Kakao Flutter SDK.

Currently uses SharedPreferences (on Android) and UserDefaults (on iOS).

Implemented types

Constructors

DefaultAccessTokenStore()

Properties

hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

clear() → Future<void>
Deletes all token information.
override
fromStore() → Future<AccessToken>
override
toStore(AccessTokenResponse response) → Future<AccessToken>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic 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"