WeavyIOAuthBearerAuthenticationProvider.ApplyChallenge Method
- Namespace:
- Weavy.Web.Owin.TokenAuthentication
- Assembly:
- Weavy.Web.dll
ApplyChallenge(OAuthChallengeContext)
Called each time a challenge is being sent to the client.By implementing this method the application may modify the challenge as needed.
public Task ApplyChallenge(OAuthChallengeContext context)
Parameters
- context
- Microsoft.Owin.Security.OAuth.OAuthChallengeContext
Contains the default challenge.
Returns
System.Threading.Tasks.Task
A System.Threading.Tasks.Task representing the completed operation.