OpenIdConnectHandler.HandleRequestAsync 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.
Handles the current authentication request.
public:
override System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public override System.Threading.Tasks.Task<bool> HandleRequestAsync ();
override this.HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overrides Function HandleRequestAsync () As Task(Of Boolean)
Returns
true
if authentication was handled, otherwise false
.