Class TokenData
The data associated with the token.
Inherited Members
Namespace: Unity.Services.Apis.Lobbies
Assembly: solution.dll
Syntax
[Preserve]
public class TokenData
Constructors
TokenData(string, string)
Initializes a new instance of the TokenData class.
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; set; }
Property Value
Type | Description |
---|---|
string | The value of the token. |
Uri
The URI of the token, if applicable.
Declaration
[Preserve]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string | The URI of the token, if applicable. |