UNPKG

angular-auth-oidc-client

Version:

An OpenID Connect Code Flow with PKCE,Implicit Flow client for Angular

11 lines (10 loc) 282 B
import { ModuleWithProviders } from '@angular/core'; export declare class AuthModule { static forRoot(token?: Token): ModuleWithProviders; } export interface Type<T> extends Function { new (...args: any[]): T; } export interface Token { storage?: Type<any>; }