ClientCredentialsGrantDetails

Configuration details for OAuth2 client credentials grant flow, including client ID, client secret, token endpoint, and optional scopes.

Types

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

Properties

Link copied to clipboard

The client identifier issued to the client during the registration process with the authorization server.

Link copied to clipboard

The client secret issued to the client during the registration process with the authorization server.

Link copied to clipboard

The authorization server endpoint used to obtain access tokens via the client credentials grant flow.

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