Struct ConnectionTokenBroadcast
Server → client: a freshly minted connection token, or an empty token when the server could not mint one. Answers RequestConnectionTokenBroadcast.
public struct ConnectionTokenBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
ConnectionToken
One-time connection token to send in the next ClientHandshake. Empty when minting failed, in which case the next hop rejects the handshake.
public string ConnectionToken