OidcDiscoveryResponse

constructor(issuer: String, authorizationEndpoint: String, tokenEndpoint: String, introspectionEndpoint: String? = null, userinfoEndpoint: String? = null, endSessionEndpoint: String? = null, jwksUri: String, checkSessionIframe: String? = null, grantTypesSupported: List<String> = emptyList(), responseTypesSupported: List<String> = emptyList(), subjectTypesSupported: List<String> = emptyList(), idTokenSigningAlgValuesSupported: List<String> = emptyList(), idTokenEncryptionAlgValuesSupported: List<String> = emptyList(), idTokenEncryptionEncValuesSupported: List<String> = emptyList(), userinfoSigningAlgValuesSupported: List<String> = emptyList(), userinfoEncryptionAlgValuesSupported: List<String> = emptyList(), userinfoEncryptionEncValuesSupported: List<String> = emptyList(), requestObjectSigningAlgValuesSupported: List<String> = emptyList(), requestObjectEncryptionAlgValuesSupported: List<String> = emptyList(), requestObjectEncryptionEncValuesSupported: List<String> = emptyList(), responseModesSupported: List<String> = emptyList(), registrationEndpoint: String? = null, tokenEndpointAuthMethodsSupported: List<String> = emptyList(), tokenEndpointAuthSigningAlgValuesSupported: List<String> = emptyList(), introspectionEndpointAuthMethodsSupported: List<String> = emptyList(), introspectionEndpointAuthSigningAlgValuesSupported: List<String> = emptyList(), authorizationSigningAlgValuesSupported: List<String> = emptyList(), authorizationEncryptionAlgValuesSupported: List<String> = emptyList(), authorizationEncryptionEncValuesSupported: List<String> = emptyList(), claimsSupported: List<String> = emptyList(), claimTypesSupported: List<String> = emptyList(), claimsParameterSupported: Boolean? = null, scopesSupported: List<String> = emptyList(), requestParameterSupported: Boolean? = null, requestUriParameterSupported: Boolean? = null, requireRequestUriRegistration: Boolean? = null, codeChallengeMethodsSupported: List<String> = emptyList(), tlsClientCertificateBoundAccessTokens: Boolean? = null, revocationEndpoint: String? = null, revocationEndpointAuthMethodsSupported: List<String> = emptyList(), revocationEndpointAuthSigningAlgValuesSupported: List<String> = emptyList(), backchannelLogoutSupported: Boolean? = null, backchannelLogoutSessionSupported: Boolean? = null, deviceAuthorizationEndpoint: String? = null, backchannelTokenDeliveryModesSupported: List<String> = emptyList(), backchannelAuthenticationEndpoint: String? = null, backchannelAuthenticationRequestSigningAlgValuesSupported: List<String> = emptyList(), requirePushedAuthorizationRequests: Boolean? = null, pushedAuthorizationRequestEndpoint: String? = null, mtlsEndpointAliases: Map<String, String>? = null, authorizationResponseIssParameterSupported: Boolean? = null)