OpenIdConnectEvents.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:
virtual System::Threading::Tasks::Task ^ RemoteSignOut(Microsoft::AspNetCore::Authentication::OpenIdConnect::RemoteSignOutContext ^ context);
public virtual System.Threading.Tasks.Task RemoteSignOut (Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext context);
abstract member RemoteSignOut : Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext -> System.Threading.Tasks.Task
override this.RemoteSignOut : Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext -> System.Threading.Tasks.Task
Public Overridable Function RemoteSignOut (context As RemoteSignOutContext) As Task
Parameters
- context
- RemoteSignOutContext