ConnectorAuthorizationCodeProperties
OAuth2 authorization code configuration that defines the properties needed for the Authorization Code grant type flow.
Types
Properties
The authorization code received from the authorization server after user consent.
The authorization endpoint URL where users will be redirected to grant authorization.
The OAuth2 client identifier provided by the authorization server.
The OAuth2 client secret provided by the authorization server.
The content type to use for token exchange requests, such as application/x-www-form-urlencoded or application/json.
The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.
The redirect URI that must match the URI registered with the authorization server.
The HTTP method to use when making token exchange requests, typically POST.
The OAuth2 scope that defines the level of access requested for the authorization code flow.
The token endpoint URL where the authorization code will be exchanged for an access token.
Additional parameters to include in token URL requests as key-value pairs.