docs.unity.cn
    Show / Hide Table of Contents

    Class TokenData

    The data associated with the token.

    Inheritance
    Object
    TokenData
    Namespace: Unity.Services.Lobbies.Models
    Syntax
    [Preserve]
    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]
    public string TokenValue { get; }
    Property Value
    Type Description
    String

    Uri

    The URI of the token, if applicable.

    Declaration
    [Preserve]
    public string Uri { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 14, 2023