UNPKG

fgp-auth

Version:

fgp-auth is a token based auth lib and base on "auth0 and keycloak.

9 lines (8 loc) 262 B
import { AuthCallback } from "../auth.factory"; export declare class AuthProps { name: string; initOpts: any; callback: AuthCallback; errorCallback: any; constructor(name: string, initOpts: any, callback: AuthCallback, errorCallback: any); }