Interface WebsocketAuthorizationCheckable

Deprecated

Interface for checking WebSocket authorization.

Hierarchy

  • WebsocketAuthorizationCheckable

Methods

Methods

  • Checks WebSocket authorization based on the provided authentication token.

    Parameters

    • authToken: string

      The authentication token to check.

    Returns Promise<boolean>

    A promise that resolves to true if the authentication is valid, otherwise false.

Generated using TypeDoc