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

    Interface WeChatCredentials

    If you are including the WeChat channel in the channel_identifier property, you must include this object.

    interface WeChatCredentials {
        aes_key: string;
        app_id: string;
        app_secret: string;
        token: string;
    }
    Index

    Properties

    aes_key: string

    The Encoding AES Key for the WeChat channel to which you are connecting.

    app_id: string

    The AppID(Developer ID) for the WeChat channel to which you are connecting.

    app_secret: string

    The AppSecret(Developer Password) for the WeChat channel to which you are connecting.

    token: string

    The Token for the WeChat channel to which you are connecting.