UNPKG

fm-odata-client

Version:

FileMaker OData client developed by Soliant Consulting

24 lines (21 loc) 672 B
import { A as Authentication } from './Connection-Dr_lZmaC.js'; import 'node:url'; declare class ClarisId implements Authentication { private readonly username; private readonly password; private authenticationDetails; private userPool; private cognitoUser; private userSession; private idTokenPromise; constructor(username: string, password: string); getAuthorizationHeader(): Promise<string>; private getAuthenticationDetails; private getIdToken; private getStoredIdToken; private refreshSession; private retrieveNewSession; private getCognitoUser; private getUserPool; } export { ClarisId as default };