TokenManager class Null safety

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

Implementers

Constructors

TokenManager()

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>
저장되어 있는 OAuthToken 객체를 삭제
getToken() Future<OAuthToken?>
저장되어 있는 OAuthToken 반환
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setToken(OAuthToken token) Future<void>
토큰(token)를 저장
toString() String
A string representation of this object. [...]
inherited

Operators

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