OIDCDiscoveryResponse
@Serializable
OpenID Connect Discovery Response OpenID Connect Discovery 1.0 準拠
See also
https
://openid.net/specs/openid-connect-discovery-1_0.html
Constructors
Link copied to clipboard
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)
Properties
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
@SerialName(value = "id_token_signing_alg_values_supported")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "token_endpoint_auth_methods_supported")
Link copied to clipboard