DefaultTokenManager class
KO: 토큰 저장소
EN: Token manager
- Implemented types
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> -
KO: 저장된 토큰 삭제
EN: Deletes saved tokensoverride -
getToken(
) → Future< OAuthToken?> -
KO: 저장된 토큰 반환
EN: Returns saved tokensoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setToken(
OAuthToken token) → Future< void> -
KO: 리다이렉트 방식 로그인으로 서비스 서버에서 발급받은 토큰을
TokenManager
에 토큰 할당
EN: Set tokens in theTokenManager
that are issued in the service server using Login through redirectionoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited