You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ype: OPTIONAL. Array as defined in Appendix A.1.1.2. This claim contains the type values the Wallet requests authorization for at the Credential Issuer. It MUST be present if the claim format is present in the root of the authorization details object. It MUST not be present otherwise.
150
-
// It meens we have a config_id, already mapping it to an explicit format and types
// type: OPTIONAL. Array as defined in Appendix A.1.1.2. This claim contains the type values the Wallet requests authorization for at the Credential Issuer. It MUST be present if the claim format is present in the root of the authorization details object. It MUST not be present otherwise.
156
+
// It meens we have a config_id, already mapping it to an explicit format and types
157
+
type: format ? cred.credential_definition.type : undefined,
format: OID4VCICredentialFormat|string;//REQUIRED. A JSON string identifying the format of this credential, e.g. jwt_vc_json or ldp_vc.
129
133
id?: string;// OPTIONAL. A JSON string identifying the respective object. The value MUST be unique across all credentials_supported entries in the Credential Issuer Metadata
130
134
display?: CredentialsSupportedDisplay[];// OPTIONAL. An array of objects, where each object contains the display properties of the supported credential for a certain language
131
135
scope?: string;// OPTIONAL. A JSON string identifying the scope value that this Credential Issuer supports for this particular Credential. The value can be the same across multiple credential_configurations_supported objects. The Authorization Server MUST be able to uniquely identify the Credential Issuer based on the scope value. The Wallet can use this value in the Authorization Request as defined in Section 5.1.2. Scope values in this Credential Issuer metadata MAY duplicate those in the scopes_supported parameter of the Authorization Server.
0 commit comments