Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OAuthBearerAuthenticationProvider.OnApplyChallenge Property

 

Handles applying the authentication challenge to the response message.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

public Func<OAuthChallengeContext, Task> OnApplyChallenge { get; set; }

Property Value

Type: System.Func<OAuthChallengeContext, Task>

Returns Func<T, TResult>.

Return to top
Show: