Member Junction
    Preparing search index...

    The credentials object the Vonage constructor accepts (the subset we populate).

    interface VonageCredentialsLike {
        apiKey?: string;
        apiSecret?: string;
        applicationId?: string;
        privateKey?: string;
    }
    Index

    Properties

    apiKey?: string

    Account API key — used for key-scoped operations when present.

    apiSecret?: string

    Account API secret — paired with apiKey.

    applicationId?: string

    Vonage Application ID (UUID) — the JWT-auth identity for the Voice API.

    privateKey?: string

    The application's RSA private key (PEM) used to sign Voice-API JWTs.