Class AccountStatus
Inheritance
System.Object
AccountStatus
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
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class AccountStatus
Fields
View SourceIsAccountLocked
Declaration
public bool IsAccountLocked
Field Value
Type | Description |
---|---|
System.Boolean |
IsAccountVerified
Declaration
public bool IsAccountVerified
Field Value
Type | Description |
---|---|
System.Boolean |
SessionToken
Declaration
public string SessionToken
Field Value
Type | Description |
---|---|
System.String |