Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public Task ApplyChallenge(
OAuthChallengeContext context
)
public:
virtual Task^ ApplyChallenge(
OAuthChallengeContext^ context
) sealed
abstract ApplyChallenge :
context:OAuthChallengeContext -> Task
override ApplyChallenge :
context:OAuthChallengeContext -> Task
Public Function ApplyChallenge (
context As OAuthChallengeContext
) As Task
Parameters
- context
Type: Microsoft.Owin.Security.OAuth.OAuthChallengeContext
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
Implements
IOAuthBearerAuthenticationProvider.ApplyChallenge(OAuthChallengeContext)
See Also
OAuthBearerAuthenticationProvider Class
Microsoft.Owin.Security.OAuth Namespace
Return to top