kakao-partner-android-sdk-rx / com.kakao.sdk.auth / AuthApiClient / refreshAccessToken

refreshAccessToken

fun refreshAccessToken(refreshToken: String, clientId: String = KakaoSdk.applicationContextInfo.appKey, androidKeyHash: String = KakaoSdk.applicationContextInfo.signingKeyHash, callback: (response: AccessTokenResponse?, error: Throwable?) -> Unit): Unit