@sneko/ionic-appauth
Version:
Intergration for OpenId/AppAuth-JS into Ionic V3/4/5
10 lines (9 loc) • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticationType = void 0;
var AuthenticationType;
(function (AuthenticationType) {
AuthenticationType["Token"] = "token";
AuthenticationType["AuthorizationCode"] = "code";
AuthenticationType["IdToken"] = "id_token";
})(AuthenticationType = exports.AuthenticationType || (exports.AuthenticationType = {}));