ResetPasswordRequest.ResetCode 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 code sent to the user's email to reset the password. To get the reset code, first make a "/forgotPassword" request.
public string ResetCode { get; init; }
member this.ResetCode : string with get, set
Public Property ResetCode As String