Class TokenResponse
Namespace: Unity.Services.Matchmaker.PayloadProxy
Syntax
[Preserve]
public class TokenResponse
Constructors
TokenResponse()
Creates a default instance of TokenResponse.
Declaration
[Preserve]
public TokenResponse()
TokenResponse(String, String)
Creates an instance of TokenResponse.
Declaration
[Preserve]
public TokenResponse(string token, string error)
Parameters
Type | Name | Description |
---|---|---|
String | token | JWT Token string associated to payload requests |
String | error | Internal multiplay error occurred retrieving the JWT |
Properties
Error
Internal multiplay error occurred retrieving the JWT
Declaration
[Preserve]
public string Error { get; set; }
Property Value
Type | Description |
---|---|
String |
Token
JWT Token string associated to payload requests
Declaration
[Preserve]
public string Token { get; set; }
Property Value
Type | Description |
---|---|
String |