OIDCDiscoveryResponse
constructor(issuer: String, authorizationEndpoint: String, tokenEndpoint: String, userinfoEndpoint: String, jwksUri: String, responseTypesSupported: List<String>, subjectTypesSupported: List<String>, idTokenSigningAlgValuesSupported: List<String>, scopesSupported: List<String>, tokenEndpointAuthMethodsSupported: List<String>, claimsSupported: List<String>, grantTypesSupported: List<String>, codeChallengeMethodsSupported: List<String>, introspectionEndpoint: String, endSessionEndpoint: String)