UNPKG

@docusign/iam-sdk

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.

15 lines 846 B
import * as z from "zod/v3"; export declare const GetTokenFromConfidentialAuthCodeServerList: readonly ["https://account-d.docusign.com", "https://account.docusign.com"]; export type GetTokenFromConfidentialAuthCodeSecurity = { clientId: string; secretKey: string; }; /** @internal */ export type GetTokenFromConfidentialAuthCodeSecurity$Outbound = { clientId: string; secretKey: string; }; /** @internal */ export declare const GetTokenFromConfidentialAuthCodeSecurity$outboundSchema: z.ZodType<GetTokenFromConfidentialAuthCodeSecurity$Outbound, z.ZodTypeDef, GetTokenFromConfidentialAuthCodeSecurity>; export declare function getTokenFromConfidentialAuthCodeSecurityToJSON(getTokenFromConfidentialAuthCodeSecurity: GetTokenFromConfidentialAuthCodeSecurity): string; //# sourceMappingURL=gettokenfromconfidentialauthcode.d.ts.map