UNPKG

fgp-auth

Version:

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

6 lines (4 loc) 197 B
import { AuthCallback } from "../auth.factory"; export class AuthProps { constructor(public name: string, public initOpts: any, public callback: AuthCallback, public errorCallback: any) { } }