FoxoChat.js Packages
    Preparing search index...

    Interface GatewayIdentifyPayload

    Used to trigger the hello from the gateway.

    interface GatewayIdentifyPayload {
        token: string;
    }
    Index

    Properties

    Properties

    token: string

    Authentication token.