IOpenIdConnectEvents.RemoteSignOut(RemoteSignOutContext) 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.
Invoked when a request is received on the RemoteSignOutPath.
public:
System::Threading::Tasks::Task ^ RemoteSignOut(Microsoft::AspNetCore::Authentication::OpenIdConnect::RemoteSignOutContext ^ context);
public System.Threading.Tasks.Task RemoteSignOut (Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext context);
abstract member RemoteSignOut : Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext -> System.Threading.Tasks.Task
Public Function RemoteSignOut (context As RemoteSignOutContext) As Task
Parameters
- context
- RemoteSignOutContext