Appwrite.Types.Client.RealtimeRequestAuthenticate (appwrite v1.0.0)

View Source

Payload for a Realtime authentication request.

Sent as the data field of a RealtimeRequest when the client needs to authenticate an existing session over the WebSocket connection.

Fields

  • session (String.t()) — The session secret used to authenticate the WebSocket connection.

Summary

Types

t()

@type t() :: %Appwrite.Types.Client.RealtimeRequestAuthenticate{session: String.t()}