Class Account_Authenticate.PostData
Post ApiData
Inheritance
System.Object
Account_Authenticate.PostData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.AccountAndAuthentication.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class PostData
Fields
View SourceappId
Declaration
public string appId
Field Value
Type | Description |
---|---|
System.String |
password
Declaration
public string password
Field Value
Type | Description |
---|---|
System.String |
username
Declaration
public string username
Field Value
Type | Description |
---|---|
System.String |