UNPKG

@glamtime/oauth-oidc-client

Version:

Secure your Angular app using the latest standards for OpenID Connect & OAuth2. Provides support for token refresh, all modern OIDC Identity Providers and more.

10 lines (9 loc) 462 B
import { ModuleWithProviders } from '@angular/core'; import { OAuthOptions } from './models/options.model'; import * as i0 from "@angular/core"; export declare class OAuthModule { static forRoot(config: OAuthOptions): ModuleWithProviders<OAuthModule>; static ɵfac: i0.ɵɵFactoryDeclaration<OAuthModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<OAuthModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<OAuthModule>; }