MicrosoftIdentityOptions.ResetPasswordPath 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.
Sets the ResetPassword route path. Defaults to /MicrosoftIdentity/Account/ResetPassword, which is the value used by Microsoft.Identity.Web.UI.
public Microsoft.AspNetCore.Http.PathString? ResetPasswordPath { get; set; }
member this.ResetPasswordPath : Nullable<Microsoft.AspNetCore.Http.PathString> with get, set
Public Property ResetPasswordPath As Nullable(Of PathString)