v1.2.1
Latest
2020.3+
Class TokenData
The data associated with the token.
Namespace: Unity.Services.Lobbies.Models
Syntax
[Preserve]
public class TokenDataConstructors
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 |