ConnectorAuthorizationCodeProperties

OAuth2 authorization code configuration that defines the properties needed for the Authorization Code grant type flow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization code received from the authorization server after user consent.

Link copied to clipboard

The authorization endpoint URL where users will be redirected to grant authorization.

Link copied to clipboard

The OAuth2 client identifier provided by the authorization server.

Link copied to clipboard

The OAuth2 client secret provided by the authorization server.

Link copied to clipboard

The content type to use for token exchange requests, such as application/x-www-form-urlencoded or application/json.

Link copied to clipboard

The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.

Link copied to clipboard

The redirect URI that must match the URI registered with the authorization server.

Link copied to clipboard

The HTTP method to use when making token exchange requests, typically POST.

Link copied to clipboard

The OAuth2 scope that defines the level of access requested for the authorization code flow.

Link copied to clipboard

The token endpoint URL where the authorization code will be exchanged for an access token.

Link copied to clipboard

Additional parameters to include in token URL requests as key-value pairs.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String