CreateOAuth2TokenRequestBody
Request body payload for CreateOAuth2Token operation The operation type is determined by the grant_type parameter: - grant_type=authorization_code: Requires code, redirect_uri, code_verifier - grant_type=refresh_token: Requires refresh_token
Types
Properties
Link copied to clipboard
PKCE code verifier to prove possession of the original code challenge Required only when grant_type=authorization_code
Link copied to clipboard
The redirect URI that must match the original authorization request Required only when grant_type=authorization_code
Link copied to clipboard
The refresh token returned from auth_code redemption Required only when grant_type=refresh_token
Functions
Link copied to clipboard
inline fun copy(block: CreateOAuth2TokenRequestBody.Builder.() -> Unit = {}): CreateOAuth2TokenRequestBody