UNPKG

angular-oauth2-oidc-codeflow-pkce

Version:

[![Build Status](https://travis-ci.org/bechhansen/angular-oauth2-oidc.svg?branch=master)](https://travis-ci.org/bechhansen/angular-oauth2-oidc)

4 lines (3 loc) 154 B
import { InjectionToken } from '@angular/core'; import { AuthConfig } from './auth.config'; export declare const AUTH_CONFIG: InjectionToken<AuthConfig>;