google-wallet
Version:
Google wallet library for Node.js
10 lines • 634 B
JavaScript
export var ViewUnlockRequirementEnum;
(function (ViewUnlockRequirementEnum) {
ViewUnlockRequirementEnum["VIEW_UNLOCK_REQUIREMENT_UNSPECIFIED"] = "VIEW_UNLOCK_REQUIREMENT_UNSPECIFIED";
ViewUnlockRequirementEnum["UNLOCK_NOT_REQUIRED"] = "UNLOCK_NOT_REQUIRED";
/**
* If the user removes their device lock after saving the pass, then they will be prompted to create a device lock before the pass can be viewed.
*/
ViewUnlockRequirementEnum["UNLOCK_REQUIRED_TO_VIEW"] = "UNLOCK_REQUIRED_TO_VIEW";
})(ViewUnlockRequirementEnum || (ViewUnlockRequirementEnum = {}));
//# sourceMappingURL=ViewUnlockRequirement.js.map