Member Junction
    Preparing search index...
    VonageModuleConstructor: new (
        credentials: VonageCredentialsLike,
        options?: Record<string, unknown>,
    ) => VonageRestClientLike

    The @vonage/server-sdk Vonage constructor: new Vonage(credentials, options?). Voice API auth is application-scoped (JWT) — { applicationId, privateKey } — with optional { apiKey, apiSecret } for key-scoped operations; both are passed through the credentials object.