AccountController.SignOut(String) Method

Definition

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

Applies to