Oidc Discovery Response
@Serializable
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
@SerialName(value = "authorization_encryption_alg_values_supported" )
Link copied to clipboard
@SerialName(value = "authorization_encryption_enc_values_supported" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "authorization_response_iss_parameter_supported" )
Link copied to clipboard
@SerialName(value = "authorization_signing_alg_values_supported" )
Link copied to clipboard
@SerialName(value = "backchannel_authentication_endpoint" )
Link copied to clipboard
@SerialName(value = "backchannel_authentication_request_signing_alg_values_supported" )
Link copied to clipboard
@SerialName(value = "backchannel_logout_session_supported" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "backchannel_token_delivery_modes_supported" )
Link copied to clipboard
Link copied to clipboard
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
@SerialName(value = "id_token_encryption_alg_values_supported" )
Link copied to clipboard
@SerialName(value = "id_token_encryption_enc_values_supported" )
Link copied to clipboard
@SerialName(value = "id_token_signing_alg_values_supported" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "introspection_endpoint_auth_methods_supported" )
Link copied to clipboard
@SerialName(value = "introspection_endpoint_auth_signing_alg_values_supported" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "pushed_authorization_request_endpoint" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "request_object_encryption_alg_values_supported" )
Link copied to clipboard
@SerialName(value = "request_object_encryption_enc_values_supported" )
Link copied to clipboard
@SerialName(value = "request_object_signing_alg_values_supported" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "request_uri_parameter_supported" )
Link copied to clipboard
@SerialName(value = "require_pushed_authorization_requests" )
Link copied to clipboard
@SerialName(value = "require_request_uri_registration" )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "revocation_endpoint_auth_methods_supported" )
Link copied to clipboard
@SerialName(value = "revocation_endpoint_auth_signing_alg_values_supported" )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "tls_client_certificate_bound_access_tokens" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "token_endpoint_auth_methods_supported" )
Link copied to clipboard
@SerialName(value = "token_endpoint_auth_signing_alg_values_supported" )
Link copied to clipboard
@SerialName(value = "userinfo_encryption_alg_values_supported" )
Link copied to clipboard
@SerialName(value = "userinfo_encryption_enc_values_supported" )
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "userinfo_signing_alg_values_supported" )