Show / Hide Table of Contents

Class AccountTransferRequest

The network request used to request account data when logging in with an identity on a new device for the first time.

Inheritance
Object
AccountTransferRequest
Implements
IRequestHasDeviceAndAppInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class AccountTransferRequest : IRequestHasDeviceAndAppInfo

Constructors

AccountTransferRequest(String, String)

Creates a new account transfer request.

Declaration
public AccountTransferRequest([NotNull] string email, [NotNull] string loginToken)
Parameters
Type Name Description
String email

email.

String loginToken

loginToken.

Properties

appName

Declaration
public string appName { get; set; }
Property Value
Type Description
String

appVersion

Declaration
public string appVersion { get; set; }
Property Value
Type Description
String

deviceId

Declaration
public long deviceId { get; set; }
Property Value
Type Description
Int64

deviceName

Declaration
public string deviceName { get; set; }
Property Value
Type Description
String

email

The email address of the identity for which the transfer is being requested.

Declaration
[NotNull]
public string email { get; }
Property Value
Type Description
String

loginToken

Used to indicate which password is being used to perform the transfer.

Declaration
[NotNull]
public string loginToken { get; }
Property Value
Type Description
String

platform

Declaration
public string platform { get; set; }
Property Value
Type Description
String

Implements

IRequestHasDeviceAndAppInfo
In This Article
  • Constructors
    • AccountTransferRequest(String, String)
  • Properties
    • appName
    • appVersion
    • deviceId
    • deviceName
    • email
    • loginToken
    • platform
  • Implements
Back to top Copyright © 2018 PKWARE, Inc.