docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TokenData

    The data associated with the token.

    Inheritance
    object
    TokenData
    Namespace: Unity.Services.Lobbies.Models
    Assembly: solution.dll
    Syntax
    public class TokenData

    Constructors

    TokenData(string, string)

    The data associated with the token.

    Declaration
    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
    public string TokenValue { get; }
    Property Value
    Type Description
    string

    Uri

    The URI of the token, if applicable.

    Declaration
    public string Uri { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)