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);
}

Property Value

Type: System::Func<OAuthChallengeContext^, Task^>^

Returns Func<T, TResult>.

Return to top
Show: