ClientCredentialsProperties

OAuth2 client credentials configuration that defines the properties needed for the Client Credentials grant type flow.

Types

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

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