ReadClientCredentialsGrantDetails

Read-only configuration details for OAuth2 client credentials grant flow, including client ID and token endpoint.

Types

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

Properties

Link copied to clipboard

The client identifier for the OAuth2 client credentials grant flow.

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