|
AuthenticationHandlerApplyResponseChallengeAsync Method
|
Override this method to deal with 401 challenge concerns, if an authentication
scheme in question deals an authentication interaction as part of its request
flow. (like adding a response header, or changing the 401 result to 302 of a
login page or external sign-in location.)
Namespace:
GSF.Web.Security
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.2.100-beta
Syntax protected override Task ApplyResponseChallengeAsync()
Protected Overrides Function ApplyResponseChallengeAsync As Task
protected:
virtual Task^ ApplyResponseChallengeAsync() override
abstract ApplyResponseChallengeAsync : unit -> Task
override ApplyResponseChallengeAsync : unit -> Task
function ApplyResponseChallengeAsync();
Request Example
View SourceReturn Value
Type:
TaskSee Also