Struct ChannelToken
This structure represents the necessary data to perform a Wire subscription to an IChannel
Inherited Members
Namespace: Unity.Services.Wire.Internal
Assembly: Unity.Services.Core.Internal.dll
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 |