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

issueAccessToken

@POST("oauth/token") @FormUrlEncoded abstract fun issueAccessToken(@Field("client_id") clientId: String = KakaoSdk.applicationContextInfo.appKey, @Field("redirect_uri") redirectUri: String?, @Field("android_key_hash") androidKeyHash: String, @Field("code") authCode: String? = null, @Field("refresh_token") refreshToken: String? = null, @Field("grant_type") grantType: String = Constants.AUTHORIZATION_CODE): Call<AccessTokenResponse>