OpenIdConnectHandler.HandleRemoteSignOutAsync Method

Definition

Handles remote sign-out requests sent by the identity provider.

protected:
 virtual System::Threading::Tasks::Task<bool> ^ HandleRemoteSignOutAsync();
protected virtual System.Threading.Tasks.Task<bool> HandleRemoteSignOutAsync();
abstract member HandleRemoteSignOutAsync : unit -> System.Threading.Tasks.Task<bool>
override this.HandleRemoteSignOutAsync : unit -> System.Threading.Tasks.Task<bool>
Protected Overridable Function HandleRemoteSignOutAsync () As Task(Of Boolean)

Returns

true if the request was handled by the OpenID Connect handler; otherwise, false.

Applies to