TwoFactorRequest.ResetRecoveryCodes 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.
An optional Boolean to reset the RecoveryCodes to new random values if true
.
RecoveryCodes will be empty unless they are reset or two-factor was enabled for the first time.
public bool ResetRecoveryCodes { get; init; }
member this.ResetRecoveryCodes : bool with get, set
Public Property ResetRecoveryCodes As Boolean