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

    Interface StaticTokenCredential

    This object is required for channels which use a static token credential for authentication.

    interface StaticTokenCredential {
        token: string;
    }
    Index

    Properties

    Properties

    token: string

    The static token for the channel.