TokenManager class abstract

카카오 API에 사용되는 액세스 토큰, 리프레시 토큰을 관리하는 추상 클래스

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>
저장되어 있는 OAuthToken 객체를 삭제
getToken() Future<OAuthToken?>
저장되어 있는 OAuthToken 반환
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setToken(OAuthToken token) Future<void>
TokenManagerOAuthToken 할당 Redirect 방식 로그인 시 서비스 서버에서 발급받은 토큰을 클라이언트에 할당하기 위한 용도로 사용 가능
toString() String
A string representation of this object.
inherited

Operators

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