TokenManageable

interface TokenManageable

토큰 저장소 인터페이스
Interface for the token manager

Inheritors

Functions

Link copied to clipboard
abstract fun clear()

저장된 토큰 삭제
Deletes saved tokens

Link copied to clipboard
abstract fun getToken(): OAuthToken?

저장된 토큰 반환
Returns saved tokens

Link copied to clipboard
abstract fun setToken(token: OAuthToken)

토큰 저장
Saves tokens