OAuthBearerAuthenticationProvider.ValidateIdentity Method

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.

Implements

IOAuthBearerAuthenticationProvider.ValidateIdentity(OAuthValidateIdentityContext)
Show: