issue Access Token
fun AuthApiClient.issueAccessToken(groupRefreshToken: String, callback: (token: OAuthToken?, error: Throwable?) -> Unit)
Content copied to clipboard
fun RxAuthApiClient.issueAccessToken(groupRefreshToken: String): Single<OAuthToken>
Content copied to clipboard