TokenManager class abstract

KO: 토큰 저장소의 추상 클래스
EN: Abstract class of the token manager

Implementers

Constructors

TokenManager()

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 tokens
getToken() Future<OAuthToken?>
KO: 저장된 토큰 반환
EN: Returns saved tokens
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 the TokenManager that are issued in the service server using Login through redirection
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited