Show / Hide Table of Contents

Class VerifyTokenResponse

Inheritance
System.Object
VerifyTokenResponse
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class VerifyTokenResponse

Properties

| Improve this Doc View Source

Status

Declaration
public Status Status { get; set; }
Property Value
Type Description
Status
| 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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX