UNPKG

snowflake-sdk

Version:
6 lines (5 loc) 251 B
export declare const DEFAULT_AZURE_ENTRA_ID_RESOURCE = "api://fd3f753b-eed3-462c-b6a7-a4b5bb650aad"; export declare function getAzureAttestationToken(options?: { managedIdentityClientId?: string; entraIdResource?: string; }): Promise<string>;