UNPKG

@sneko/ionic-appauth

Version:

Intergration for OpenId/AppAuth-JS into Ionic V3/4/5

14 lines (13 loc) 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DefaultAuthSession = void 0; var DefaultAuthSession = /** @class */ (function () { function DefaultAuthSession() { this.isAuthenticated = false; this.token = undefined; this.user = undefined; this.error = undefined; } return DefaultAuthSession; }()); exports.DefaultAuthSession = DefaultAuthSession;