v1.2.1
Latest
2020.3+

Class TokenData

The data associated with the token.

Inheritance
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
TypeNameDescription
StringtokenValue

The value of the token.

Stringuri

The URI of the token, if applicable.

Properties

TokenValue

The value of the token.

Declaration
[Preserve]
public string TokenValue { get; }
Property Value
TypeDescription
String

Uri

The URI of the token, if applicable.

Declaration
[Preserve]
public string Uri { get; }
Property Value
TypeDescription
String