UNPKG

@codesmith-99/ionic-appauth-test

Version:

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

14 lines (13 loc) 318 B
export declare enum AuthenticationType { Token = "token", AuthorizationCode = "code", IdToken = "id_token" } export interface IAuthConfig { client_id: string; server_host: string; redirect_url: string; end_session_redirect_url: string; scopes: string; pkce: boolean; }