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:
property Func<OAuthChallengeContext^, Task^>^ OnApplyChallenge {
	Func<OAuthChallengeContext^, Task^>^ get ();
	void set (Func<OAuthChallengeContext^, Task^>^ value);
}
Show: