UNPKG

bc-adal-angular

Version:

Library wrapper for Angular 6+, development over Microsoft ADAL (Azure Active Directory Authentication Library) - [https://github.com/AzureAD/azure-activedirectory-library-for-js](https://github.com/AzureAD/azure-activedirectory-library-for-js) that helps

5 lines (4 loc) 254 B
import { InjectionToken } from '@angular/core'; import * as AuthenticationContext from 'adal-angular'; export declare type AdalOptions = AuthenticationContext.Options; export declare const ADAL_OPTIONS: InjectionToken<AuthenticationContext.Options>;