docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ChannelToken

    This structure represents the necessary data to perform a Wire subscription to an IChannel

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)