@jolocom/protocol-ts
Version:
Jolocom SSI protocol typescript definitions - jolocom.io
17 lines • 952 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InteractionType = void 0;
var InteractionType;
(function (InteractionType) {
InteractionType["CredentialRequest"] = "credentialRequest";
InteractionType["CredentialResponse"] = "credentialResponse";
InteractionType["CredentialsReceive"] = "credentialsReceive";
InteractionType["Authentication"] = "authentication";
InteractionType["AuthorizationRequest"] = "AuthorizationRequest";
InteractionType["AuthorizationResponse"] = "AuthorizationResponse";
InteractionType["CredentialOfferRequest"] = "credentialOfferRequest";
InteractionType["CredentialOfferResponse"] = "credentialOfferResponse";
InteractionType["PaymentRequest"] = "paymentRequest";
InteractionType["PaymentResponse"] = "paymentResponse";
})(InteractionType = exports.InteractionType || (exports.InteractionType = {}));
//# sourceMappingURL=interactionTokens.js.map