Class FetchMicrosoftTokenAndSendOTPArgs
Inheritance
FetchMicrosoftTokenAndSendOTPArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class FetchMicrosoftTokenAndSendOTPArgs : BaseArgs, INotifyPropertyChanged
Properties
CryptedAESKey
Declaration
public string CryptedAESKey { get; set; }
Property Value
CryptedCode
Declaration
public string CryptedCode { get; set; }
Property Value
CryptedCodeVerifierId
Declaration
public string CryptedCodeVerifierId { get; set; }
Property Value
CryptedDeviceId
Declaration
public string CryptedDeviceId { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
SendOTP
Declaration
public bool SendOTP { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Implements
Extension Methods