UNPKG

@imolinelli/ionic-appauth

Version:

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

9 lines (8 loc) 203 B
export class DefaultAuthSession { constructor() { this.isAuthenticated = false; this.token = undefined; this.user = undefined; this.error = undefined; } }