Oauth2AuthorizationServerMetadata

Contains the authorization server metadata for an OAuth2 provider.

Types

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

Properties

Link copied to clipboard

The authorization endpoint URL for the OAuth2 authorization server.

Link copied to clipboard

The issuer URL for the OAuth2 authorization server.

Link copied to clipboard

The supported response types for the OAuth2 authorization server.

Link copied to clipboard

The token endpoint URL for the OAuth2 authorization server.

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