IOAuthBearerAuthenticationProvider::RequestToken Method
Invoked before the ClaimsIdentity is created. Gives the application an opportunity to find the identity from a different location, adjust, or reject the token.
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Parameters
- context
- Type: Microsoft.Owin.Security.OAuth::OAuthRequestTokenContext
Contains the token string.
Show: