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
Type | Name | Description |
---|---|---|
System.String | tokenValue | The value of the token. |
System.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 |
---|---|
System.String |
Uri
The URI of the token, if applicable.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
System.String |