KestrunContext.SignOut method (1 of 3)
Synchronous wrapper for HttpContext.SignOutAsync.
public void SignOut(string? scheme)
| parameter | description |
|---|---|
| scheme | The authentication scheme to sign out. |
See Also
- record KestrunContext
- namespace Kestrun.Models
KestrunContext.SignOut method (2 of 3)
Synchronous wrapper for HttpContext.SignOutAsync.
public void SignOut(string? scheme, AuthenticationProperties? properties)
| parameter | description |
|---|---|
| scheme | The authentication scheme to sign out. |
| properties | The authentication properties to include in the sign-out. |
See Also
- record KestrunContext
- namespace Kestrun.Models
KestrunContext.SignOut method (3 of 3)
Synchronous wrapper for HttpContext.SignOutAsync using a Hashtable for properties.
public void SignOut(string? scheme, Hashtable? properties)
| parameter | description |
|---|---|
| scheme | The authentication scheme to sign out. |
| properties | The authentication properties to include in the sign-out. |
See Also
- record KestrunContext
- namespace Kestrun.Models