ClientCredentialsGrantMetadata

Configuration for OAuth 2.0 client credentials grant authentication, 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 base endpoint URL for the external service.

Link copied to clipboard

The detailed client credentials configuration including client ID, client secret, and token endpoint.

Link copied to clipboard

The source of the client credentials configuration.

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