UNPKG

176 BTypeScriptView Raw
1import { OAuth2Config } from '@jsforce/jsforce-node';
2export declare function getJwtAudienceUrl(options: OAuth2Config & {
3 createdOrgInstance?: string;
4}): Promise<string>;