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
exportconstURL_NOT_VALID='Request url is not valid';
5
5
exportconstJWS_NOT_VALID='JWS is not valid';
6
6
exportconstPROOF_CANT_BE_CONSTRUCTED="Proof can't be constructed.";
7
7
exportconstNO_JWT_PROVIDED='No JWT provided';
8
8
exportconstTYP_ERROR='Typ must be "openid4vci-proof+jwt"';
9
-
exportconstALG_ERROR=`Algorithm is a required field, you are free to use the signing algorithm of your choice or one of the following: ${Object.keys(Alg).join(', ')}`;
9
+
exportconstALG_ERROR=`Algorithm is a required field, you are free to use the signing algorithm of your choice or one of the following: ${Object.keys(
10
+
Alg,
11
+
).join(', ')}`;
10
12
exportconstKID_JWK_X5C_ERROR='Only one must be present: kid, jwk or x5c';
11
13
exportconstKID_DID_NO_DID_ERROR='A DID value needs to be returned when kid is present';
12
14
exportconstDID_NO_DIDDOC_ERROR='A DID Document needs to be resolved when a DID is encountered';
credential_endpoint: string;// REQUIRED. URL of the Credential Issuer's Credential Endpoint. This URL MUST use the https scheme and MAY contain port, path and query parameter components.
0 commit comments