UNPKG

@smontero/ppp-common

Version:

Contains classes that are used by both the server and client apis

17 lines (16 loc) 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { VALID: 'Valid', REVOKED_BY_USER: 'Revoked by user', REVOKED_BY_APP: 'Revoked by app', REVOKED_BY_SERVER: 'Revoked by server', APP_DELETED: 'App was deleted', isValid: function isValid(status) { return status === this.VALID; } }; exports["default"] = _default;