export interface KeycloakConnectOptions { authServerUrl: string; secret: string; clientId: string; realm: string; }