Class VerifyTokenResponse
Inheritance
System.Object
VerifyTokenResponse
Assembly: ClashOfClans.Models.dll
Syntax
public class VerifyTokenResponse
Properties
|
Improve this Doc
View Source
Status
Declaration
public Status Status { get; set; }
Property Value
|
Improve this Doc
View Source
Tag
Declaration
public string Tag { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Token
Declaration
public string Token { get; set; }
Property Value
Type |
Description |
System.String |
|