The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IOAuthBearerAuthenticationProvider Interface
Specifies callback methods which the OAuthBearerAuthenticationMiddleware invokes to enable developer control over the authentication process. />
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | RequestToken(OAuthRequestTokenContext^) | Invoked before the ClaimsIdentity is created. Gives the application an opportunity to find the identity from a different location, adjust, or reject the token. |
![]() | ValidateIdentity(OAuthValidateIdentityContext^) | Called each time a request identity has been validated by the middleware. By implementing this method the application may alter or reject the identity which has arrived with the request. |
Show:
