interface AuthApi
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> |