ClientCredentialsProperties
OAuth2 client credentials configuration that defines the properties needed for the Client Credentials grant type flow.
Types
Properties
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 requests, such as application/x-www-form-urlencoded or application/json.
Link copied to clipboard
The HTTP method to use when making token requests, typically POST.
Link copied to clipboard
The OAuth2 scope that defines the level of access requested for the client credentials flow.
Link copied to clipboard
The token endpoint URL where the client will request access tokens using client credentials.
Link copied to clipboard
Additional parameters to include in token URL requests as key-value pairs.
Functions
Link copied to clipboard
inline fun copy(block: ClientCredentialsProperties.Builder.() -> Unit = {}): ClientCredentialsProperties