Information
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.ValidateIdentity Method (OAuthValidateIdentityContext)

 

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 virtual Task ValidateIdentity(
	OAuthValidateIdentityContext context
)

Return Value

Type: System.Threading.Tasks.Task

Returns Task.

Return to top
Show: