1 | import { ModuleWithProviders } from '@angular/core';
|
2 | import { OAuthModuleConfig } from './oauth-module.config';
|
3 | import { NullValidationHandler } from './token-validation/null-validation-handler';
|
4 | import * as i0 from "@angular/core";
|
5 | import * as i1 from "@angular/common";
|
6 | export declare class OAuthModule {
|
7 | static forRoot(config?: OAuthModuleConfig, validationHandlerClass?: typeof NullValidationHandler): ModuleWithProviders<OAuthModule>;
|
8 | static ɵfac: i0.ɵɵFactoryDeclaration<OAuthModule, never>;
|
9 | static ɵmod: i0.ɵɵNgModuleDeclaration<OAuthModule, never, [typeof i1.CommonModule], never>;
|
10 | static ɵinj: i0.ɵɵInjectorDeclaration<OAuthModule>;
|
11 | }
|