AuthorizationServerMetadata

constructor(issuer: String? = null, authorizationEndpoint: String? = null, tokenEndpoint: String? = null, registrationEndpoint: String? = null, responseTypesSupported: List<String>? = null, grantTypesSupported: List<String>? = null, tokenEndpointAuthMethodsSupported: List<String>? = null, codeChallengeMethodsSupported: List<String>? = null)(source)