OAuthBearerAuthenticationProvider.RequestToken Method

Handles processing OAuth bearer token.

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

public virtual Task RequestToken(
	OAuthRequestTokenContext context
)

Return Value

Type: System.Threading.Tasks.Task
Returns Task.

Implements

IOAuthBearerAuthenticationProvider.RequestToken(OAuthRequestTokenContext)
Show: