OAuthBearerAuthenticationProvider::ApplyChallenge Method

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:
virtual Task^ ApplyChallenge(
	OAuthChallengeContext^ context
) sealed

Return Value

Type: System.Threading.Tasks::Task
Returns Task.

Implements

IOAuthBearerAuthenticationProvider::ApplyChallenge(OAuthChallengeContext)
Show: