OpenIdConnectHandler.HandleSignOutCallbackAsync 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.
Response to the callback from OpenId provider after session ended.
protected:
virtual System::Threading::Tasks::Task<bool> ^ HandleSignOutCallbackAsync();
protected virtual System.Threading.Tasks.Task<bool> HandleSignOutCallbackAsync ();
abstract member HandleSignOutCallbackAsync : unit -> System.Threading.Tasks.Task<bool>
override this.HandleSignOutCallbackAsync : unit -> System.Threading.Tasks.Task<bool>
Protected Overridable Function HandleSignOutCallbackAsync () As Task(Of Boolean)
Returns
A task executing the callback procedure