v1.0.0
Latest
2022.3+

Class TokenData

The data associated with the token.

Inheritance
System.Object
TokenData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Lobbies.Models
Syntax
public class TokenData

Constructors

TokenData(String, String)

The data associated with the token.

Declaration
public TokenData(string tokenValue = null, string uri = null)
Parameters
TypeNameDescription
System.StringtokenValue

The value of the token.

System.Stringuri

The URI of the token, if applicable.

Properties

TokenValue

The value of the token.

Declaration
public string TokenValue { get; }
Property Value
TypeDescription
System.String

Uri

The URI of the token, if applicable.

Declaration
public string Uri { get; }
Property Value
TypeDescription
System.String