UNPKG

fgp-auth

Version:

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

4 lines (3 loc) 177 B
export declare class Auth0Props { constructor(realm: string, authServerUrl: string, sslRequired: string, resource: string, credentials: string, confidentialPort: number); }