Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Authentication.​IAuthenticationSignOutHandler

Assembly: Microsoft.AspNetCore.Authentication.Abstractions

Implemented Interfaces

Used to determine if a handler supports SignOut.

Methods

SignOutAsync​(AuthenticationProperties? properties)
Signout behavior.
Returns A task.
properties The <see cref="T:Microsoft.AspNetCore.Authentication.AuthenticationProperties" /> that contains the extra meta-data arriving with the authentication.