|
fun agt(clientId: String = KakaoSdk.applicationContextInfo.appKey, callback: (response: AgtResponse?, error: Throwable?) -> Unit): Unit |
|
fun issueAccessToken(authCode: String, redirectUri: String = "kakao${KakaoSdk.applicationContextInfo.appKey}://oauth", clientId: String = KakaoSdk.applicationContextInfo.appKey, androidKeyHash: String = KakaoSdk.applicationContextInfo.signingKeyHash, callback: (response: AccessTokenResponse?, error: Throwable?) -> Unit): Unit |
|
fun refreshAccessToken(refreshToken: String, clientId: String = KakaoSdk.applicationContextInfo.appKey, androidKeyHash: String = KakaoSdk.applicationContextInfo.signingKeyHash, callback: (response: AccessTokenResponse?, error: Throwable?) -> Unit): Unit |