UNPKG

@future-grid/fgp-auth

Version:

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

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