AuthenticationApi

API for OAuth authentication

Properties

Link copied to clipboard
val defaultHeaders: Headers

Functions

Link copied to clipboard
suspend fun exchangeToken(clientId: String, code: String, codeVerifier: String, redirectUri: String): TokenResponse
Link copied to clipboard
suspend fun refreshToken(clientId: String, refreshToken: String): TokenResponse