kakao-android-sdk-rx / com.kakao.sdk.auth / AuthApi

AuthApi

interface AuthApi

Functions

agt

abstract fun agt(clientId: String = KakaoSdk.applicationContextInfo.appKey, accessToken: String): Call<AgtResponse>

issueAccessToken

abstract fun issueAccessToken(clientId: String = KakaoSdk.applicationContextInfo.appKey, redirectUri: String?, androidKeyHash: String, authCode: String? = null, refreshToken: String? = null, grantType: String = Constants.AUTHORIZATION_CODE): Call<AccessTokenResponse>