UNPKG

angular-simple-oidc

Version:

Angular Library implementing Open Id Connect specification. Code Flow, Refresh Tokens, Session Management, Discovery Document.

8 lines (7 loc) 268 B
import { SimpleOidcError } from 'angular-simple-oidc/core'; export declare class ObtainDiscoveryDocumentError extends SimpleOidcError { constructor(context: any); } export declare class ObtainJWTKeysError extends SimpleOidcError { constructor(context: any); }