docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TokenData

    The data associated with the token.

    Inheritance
    object
    TokenData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Lobbies.Models
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    [Preserve]
    [DataContract(Name = "TokenData")]
    public class TokenData

    Constructors

    TokenData(string, string)

    The data associated with the token.

    Declaration
    [Preserve]
    public TokenData(string tokenValue = null, string uri = null)
    Parameters
    Type Name Description
    string tokenValue

    The value of the token.

    string uri

    The URI of the token, if applicable.

    Properties

    TokenValue

    The value of the token.

    Declaration
    [Preserve]
    [DataMember(Name = "tokenValue", EmitDefaultValue = false)]
    public string TokenValue { get; }
    Property Value
    Type Description
    string

    Uri

    The URI of the token, if applicable.

    Declaration
    [Preserve]
    [DataMember(Name = "uri", EmitDefaultValue = false)]
    public string Uri { get; }
    Property 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)