OAuthBearerAuthenticationProvider::OnRequestToken Property

 

Handles processing OAuth bearer token.

Namespace:   Microsoft.Owin.Security.OAuth
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);
}

Property Value

Type: System::Func<OAuthRequestTokenContext^, Task^>^

Returns Func<T, TResult>.

Return to top
Show: