AccountController.ResetPassword(String) Method
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.
In B2C applications handles the Reset password policy.
[Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")]
public Microsoft.AspNetCore.Mvc.IActionResult ResetPassword (string scheme);
[<Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")>]
member this.ResetPassword : string -> Microsoft.AspNetCore.Mvc.IActionResult
Public Function ResetPassword (scheme As String) As IActionResult
Parameters
- scheme
- String
Authentication scheme.
Returns
Challenge generating a redirect to Azure AD B2C.
- Attributes