OAuthBearerAuthenticationProvider::OnValidateIdentity Property

 

Handles validating the identity produced from an OAuth bearer token.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

public:
property Func<OAuthValidateIdentityContext^, Task^>^ OnValidateIdentity {
	Func<OAuthValidateIdentityContext^, Task^>^ get();
	void set(Func<OAuthValidateIdentityContext^, Task^>^ value);
}
Return to top
Show: