RemoteAuthenticationHandler<TOptions>.HandleRequestAsync Method

Definition

Handles the current authentication request.

public:
 override System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public:
 virtual System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public override System.Threading.Tasks.Task<bool> HandleRequestAsync ();
public virtual System.Threading.Tasks.Task<bool> HandleRequestAsync ();
override this.HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
abstract member HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
override this.HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overrides Function HandleRequestAsync () As Task(Of Boolean)
Public Overridable Function HandleRequestAsync () As Task(Of Boolean)

Returns

true if authentication was handled, otherwise false.

Implements

Applies to