Rx Auth Api Client
class RxAuthApiClient(manager: RxAuthApiManager, tokenManagerProvider: TokenManagerProvider)
Content copied to clipboard
카카오 로그인 인증 및 토큰 관리 클라이언트
Client for the authentication and token management through Kakao Login
Constructors
Link copied to clipboard
fun RxAuthApiClient(manager: RxAuthApiManager = RxAuthApiManager.instance, tokenManagerProvider: TokenManagerProvider = TokenManagerProvider.instance)
Content copied to clipboard
Types
Functions
Link copied to clipboard
fun refreshToken(oldToken: OAuthToken? = tokenManagerProvider.manager.getToken()): Single<OAuthToken>
Content copied to clipboard
토큰 갱신
Refreshes the tokens
Extensions
Link copied to clipboard
fun RxAuthApiClient.issueAccessToken(groupRefreshToken: String): Single<OAuthToken>
Content copied to clipboard