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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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
atKey → const String
rtExpiresAtKey → const String
rtKey → const String
scopesKey → const String
secureModeKey → const String