AccountController.SignOut(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.
Handles the user sign-out.
[Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")]
public Microsoft.AspNetCore.Mvc.IActionResult SignOut (string scheme);
[<Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")>]
override this.SignOut : string -> Microsoft.AspNetCore.Mvc.IActionResult
Public Function SignOut (scheme As String) As IActionResult
Parameters
- scheme
- String
Authentication scheme.
Returns
Sign out result.
- Attributes