This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
npm install lib-auth-demoThis library was generated with Angular CLI version 7.2.0.
Run npm install --save lib-auth-matic for install lib in the project.
Provide config auth0 in app.module:
{ provide: AUTH0_CONFIG, useValue: Auth0Config }.
Interface for value provide
IAuth0Config {.
domain: string;
client_id: string;
redirect_uri: string;
audience?: string;
scope?: string;
responseType?: string;
}