Oauth2AuthorizationServerMetadata
Contains the authorization server metadata for an OAuth2 provider.
Types
Properties
Link copied to clipboard
The authorization endpoint 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.
Link copied to clipboard
The authentication methods supported by the token endpoint. This specifies how clients can authenticate when requesting tokens from the authorization server.
Functions
Link copied to clipboard
inline fun copy(block: Oauth2AuthorizationServerMetadata.Builder.() -> Unit = {}): Oauth2AuthorizationServerMetadata