ConnectorOAuth2Properties
OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.
Types
Properties
Link copied to clipboard
Configuration properties specific to the OAuth2 Authorization Code grant type flow.
Link copied to clipboard
Configuration properties specific to the OAuth2 Client Credentials grant type flow.
Link copied to clipboard
Configuration properties specific to the OAuth2 JWT Bearer grant type flow.
Link copied to clipboard
The OAuth2 grant type to use for authentication, such as CLIENT_CREDENTIALS, JWT_BEARER, or AUTHORIZATION_CODE.
Functions
Link copied to clipboard
inline fun copy(block: ConnectorOAuth2Properties.Builder.() -> Unit = {}): ConnectorOAuth2Properties