UNPKG

angular-simple-oidc

Version:

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

9 lines (8 loc) 301 B
export declare class SimpleOidcError extends Error { readonly code: string; readonly context: any; constructor(message: string, code: string, context: any); } export declare class RequiredParemetersMissingError extends SimpleOidcError { constructor(paramName: string, context: any); }