ServerMetadata
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)