API reference
Property BridgeAuthToken
- Namespace
- DisCatSharp.Lavalink.Bridge
- Assembly
- DisCatSharp.Lavalink.dll
BridgeAuthToken
The authentication token for the bridge WebSocket connection.
Sent as Authorization: Bearer {token} header.
Required when EnableExternalVoiceBridge is true.
public string? BridgeAuthToken { get; set; }