Member Junction
    Preparing search index...

    Credentials the REST client constructs the @vonage/server-sdk SDK with. Resolved upstream via MJ config — never inlined.

    interface VonageRestCredentials {
        ApiKey?: string;
        ApiSecret?: string;
        ApplicationId?: string;
        PrivateKey?: string;
    }
    Index

    Properties

    ApiKey?: string

    Account API key — used for key-scoped operations when no application credential pair is supplied.

    ApiSecret?: string

    Account API secret — paired with ApiKey.

    ApplicationId?: string

    Vonage Application ID (UUID). Required for Voice-API JWT auth (with PrivateKey).

    PrivateKey?: string

    The application's RSA private key (PEM). Paired with ApplicationId for Voice-API JWT auth.