Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface UnifiedCredentials

    interface UnifiedCredentials {
        conversationRegion?: string;
        faxRegion?: string;
        forceOAuth2ForSmsApi?: boolean;
        keyId: string;
        keySecret: string;
        projectId: string;
        smsRegion?: string;
    }
    Index

    Properties

    conversationRegion?: string

    The region for the Conversation API. Default region is US

    faxRegion?: string
    • not in use anymore.
    forceOAuth2ForSmsApi?: boolean

    boolean to force the usage of the OAuth2 authentication for the SMS API - to be used when a region other of US and EU supports OAuth2 but the SDK doesn't by default

    keyId: string

    The client ID used for authentication. You can find this on your Dashboard.

    keySecret: string

    The client secret used for authentication. You can find this ONLY when creating a new key.

    projectId: string

    The project ID associated with the API Client. You can find this on your Dashboard.

    smsRegion?: string

    The region for the SMS API. Default region is US