ConnectorOAuth2Properties

OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.

Types

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

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
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