Show / Hide Table of Contents

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 Source

appId

Declaration
public string appId
Field Value
Type Description
System.String
View Source

password

Declaration
public string password
Field Value
Type Description
System.String
View Source

username

Declaration
public string username
Field Value
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX