UNPKG

@sphereon/did-auth-siop

Version:

Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)

15 lines 854 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VPTokenLocation = exports.PresentationDefinitionLocation = void 0; var PresentationDefinitionLocation; (function (PresentationDefinitionLocation) { PresentationDefinitionLocation["CLAIMS_VP_TOKEN"] = "claims.vp_token"; PresentationDefinitionLocation["TOPLEVEL_PRESENTATION_DEF"] = "presentation_definition"; })(PresentationDefinitionLocation || (exports.PresentationDefinitionLocation = PresentationDefinitionLocation = {})); var VPTokenLocation; (function (VPTokenLocation) { VPTokenLocation["AUTHORIZATION_RESPONSE"] = "authorization_response"; VPTokenLocation["ID_TOKEN"] = "id_token"; VPTokenLocation["TOKEN_RESPONSE"] = "token_response"; })(VPTokenLocation || (exports.VPTokenLocation = VPTokenLocation = {})); //# sourceMappingURL=types.js.map