Class MfaCodes
This class contains the mfa codes used authentication
public class MfaCodes
- Inheritance
-
MfaCodes
- Inherited Members
Constructors
MfaCodes()
public MfaCodes()
Properties
AuthenticationValue
Gets and sets the displated value on the authentication device
public string AuthenticationValue { get; set; }
Property Value
FormattedMfaCodes
The formatted string of the mfa codes to be passed to S3.
public string FormattedMfaCodes { get; }
Property Value
SerialNumber
Gets and sets the serial number of the authentication device
public string SerialNumber { get; set; }