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.
OAuthBearerAuthenticationProvider::OnRequestToken Property
Handles processing OAuth bearer token.
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
public: property Func<OAuthRequestTokenContext^, Task^>^ OnRequestToken { Func<OAuthRequestTokenContext^, Task^>^ get(); void set(Func<OAuthRequestTokenContext^, Task^>^ value); }
Show: