UNPKG

@docusign/iam-sdk

Version:

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

11 lines 421 B
import { createAuthorizationUrl } from "./authorization-url.js"; import { createJwtAssertion } from "./jwt-assertion.js"; /** * Utility class providing authentication-related functionality for DocuSign * API integration. */ export declare class AuthUtils { static createAuthorizationUrl: typeof createAuthorizationUrl; static createJwtAssertion: typeof createJwtAssertion; } //# sourceMappingURL=index.d.ts.map