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

    Interface StaticBearerCredential

    This object is required for channels which use a bearer-type of credential for authentication.

    interface StaticBearerCredential {
        claimed_identity: string;
        token: string;
    }
    Index

    Properties

    claimed_identity: string

    The claimed identity for the channel.

    token: string

    The static bearer token for the channel.