Table of Contents
API reference

Property BridgeAuthToken

Namespace
DisCatSharp.Lavalink.Bridge
Assembly
DisCatSharp.Lavalink.dll

The authentication token for the bridge WebSocket connection.

Sent as Authorization: Bearer {token} header.

Required when EnableExternalVoiceBridge is true.

public string? BridgeAuthToken { get; set; }

Property Value

string