ReadAuthorizationCodeGrantDetails

Read-only configuration details for OAuth2 authorization code grant flow, including endpoints and client information.

Types

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

Properties

Link copied to clipboard

The authorization server endpoint used to obtain authorization codes from the resource owner.

Link copied to clipboard

The client identifier for the OAuth2 authorization code grant flow.

Link copied to clipboard

The authorization server endpoint used to obtain access tokens via the authorization code 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