UNPKG

fgp-auth

Version:

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

3 lines 164 B
export class KcProps { constructor(realm: string, authServerUrl: string, sslRequired: string, resource: string, credentials: any, confidentialPort: number) {} }