ServerMetadata
@Serializable
Constructors
Link copied to clipboard
constructor(authorizationEndpoint: Url, codeChallengeMethodsSupported: Set<CodeChallengeMethod>, grantTypesSupported: Set<GrantType>, issuer: Url, promptValuesSupported: Set<PromptValue>? = null, registrationEndpoint: Url, responseModesSupported: Set<ResponseMode>, responseTypesSupported: Set<ResponseType>, revocationEndpoint: Url, tokenEndpoint: Url, accountManagementActionsSupported: Set<OAuth2AccountManagementAction>? = null, accountManagementUri: Url? = null)
Properties
Link copied to clipboard
@SerialName(value = "account_management_actions_supported")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "code_challenge_methods_supported")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard