CreateOAuth2TokenResponseBody
Response body payload for CreateOAuth2Token operation The response content depends on the grant_type from the request: - grant_type=authorization_code: Returns all fields including refresh_token and id_token - grant_type=refresh_token: Returns access_token, token_type, expires_in, refresh_token (no id_token)
Types
Properties
Functions
Link copied to clipboard
inline fun copy(block: CreateOAuth2TokenResponseBody.Builder.() -> Unit = {}): CreateOAuth2TokenResponseBody