UNPKG

@imolinelli/ionic-appauth

Version:

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

7 lines (6 loc) 268 B
export var AuthenticationType; (function (AuthenticationType) { AuthenticationType["Token"] = "token"; AuthenticationType["AuthorizationCode"] = "code"; AuthenticationType["IdToken"] = "id_token"; })(AuthenticationType || (AuthenticationType = {}));