LoginRequest.TwoFactorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The optional two-factor authenticator code. This may be required for users who have enabled two-factor authentication. This is not required if a TwoFactorRecoveryCode is sent.
public string? TwoFactorCode { get; init; }
member this.TwoFactorCode : string with get, set
Public Property TwoFactorCode As String