snowflake-sdk
Version:
Node.js driver for Snowflake
4 lines (3 loc) • 301 B
TypeScript
export function formAuthJSON(authenticator: string, account: string, username: string, clientType: string, clientVersion: string, clientEnv: Object): JSON;
export function getAuthenticator(connectionConfig: Object, httpClient: any): Object;
export function isOktaAuth(authenticator: string): boolean;