Class Account_RegisterDevice
Inheritance
System.Object
Account_RegisterDevice
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Account_RegisterDevice : BaseApiPost
Fields
Data
Declaration
public Account_RegisterDevice.ApiData Data
Field Value
password
Declaration
[NonSerialized]
public string password
Field Value
| Type |
Description |
| System.String |
|
username
Declaration
[NonSerialized]
public string username
Field Value
| Type |
Description |
| System.String |
|
Properties
ChannelIdOverride
Declaration
public override int? ChannelIdOverride { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Overrides
ExtraRequestUrlHeaders
Declaration
protected override Dictionary<string, string> ExtraRequestUrlHeaders { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.String> |
|
Overrides
ForcedEndPoint
Declaration
public override string ForcedEndPoint { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
OverrideAuthenticationHeader
Declaration
public override bool OverrideAuthenticationHeader { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
RequiresTenant
Declaration
public override bool RequiresTenant { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Extension Methods