@@ -26,6 +26,7 @@ enum ClaimsEnum: string
2626 case BackgroundColor = 'background_color ' ;
2727 case BackgroundImage = 'background_image ' ;
2828 case BatchSize = 'batch_size ' ;
29+ case Claims = 'claims ' ;
2930 case ClaimsSupported = 'claims_supported ' ;
3031 case ClaimsParameterSupported = 'claims_parameter_supported ' ;
3132 case ClientId = 'client_id ' ;
@@ -35,6 +36,7 @@ enum ClaimsEnum: string
3536 case CodeChallengeMethodsSupported = 'code_challenge_methods_supported ' ;
3637 case Contacts = 'contacts ' ;
3738 case CredentialConfigurationsSupported = 'credential_configurations_supported ' ;
39+ case CredentialDefinition = 'credential_definition ' ;
3840 case CredentialEndpoint = 'credential_endpoint ' ;
3941 case CredentialIssuer = 'credential_issuer ' ;
4042 case CredentialResponseEncryption = 'credential_response_encryption ' ;
@@ -83,6 +85,7 @@ enum ClaimsEnum: string
8385 case Locale = 'locale ' ;
8486 case Logo = 'logo ' ;
8587 case LogoUri = 'logo_uri ' ;
88+ case Mandatory = 'mandatory ' ;
8689 case Metadata = 'metadata ' ;
8790 case MetadataPolicy = 'metadata_policy ' ;
8891 // MetadataPolicyCritical
@@ -95,6 +98,7 @@ enum ClaimsEnum: string
9598 // OpenIDProviderTermsOfServiceUri
9699 case OpTosUri = 'op_tos_uri ' ;
97100 case OrganizationName = 'organization_name ' ;
101+ case Path = 'path ' ;
98102 case PolicyUri = 'policy_uri ' ;
99103 case PostLogoutRedirectUris = 'post_logout_redirect_uris ' ;
100104 case PreAuthorizedGrantAnonymousAccessSupported = 'pre-authorized_grant_anonymous_access_supported ' ;
@@ -132,6 +136,7 @@ enum ClaimsEnum: string
132136 case TokenEndpointAuthSigningAlgValuesSupported = 'token_endpoint_auth_signing_alg_values_supported ' ;
133137 // Type
134138 case Typ = 'typ ' ;
139+ case Type = 'type ' ;
135140 case TrustChain = 'trust_chain ' ;
136141 case TrustMark = 'trust_mark ' ;
137142 case TrustMarkId = 'trust_mark_id ' ;
0 commit comments