TokenManagerProvider

class TokenManagerProvider(manager: TokenManageable)

토큰 저장소 설정
Setting for the token manager

Constructors

Link copied to clipboard
fun TokenManagerProvider(manager: TokenManageable = TokenManager.instance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var manager: TokenManageable

토큰 저장소 직접 지정, TokenManageable을 구현한 사용자 정의 토큰 매니저 설정 가능
Set the custom token manager that implements TokenManageable