Struct ChannelToken
This structure represents the necessary data to perform a Wire subscription to an IChannel
Namespace: Unity.Services.Wire.Internal
Syntax
public struct ChannelToken
Fields
ChannelName
This is a string identifying a Channel on which a service publishes messages.
Declaration
public string ChannelName
Field Value
Type | Description |
---|---|
String |
Token
This is an authorization token emitted by the service who owns the Channel for this specific UAS Id.
Declaration
public string Token
Field Value
Type | Description |
---|---|
String |