OAuthBearerAuthenticationProvider.RequestToken Method (OAuthRequestTokenContext)

 

Handles processing OAuth bearer token.

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

Syntax

public virtual Task RequestToken(
    OAuthRequestTokenContext context
)
public:
virtual Task^ RequestToken(
    OAuthRequestTokenContext^ context
)
abstract RequestToken : 
        context:OAuthRequestTokenContext -> Task
override RequestToken : 
        context:OAuthRequestTokenContext -> Task
Public Overridable Function RequestToken (
    context As OAuthRequestTokenContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

Returns Task.

Implements

IOAuthBearerAuthenticationProvider.RequestToken(OAuthRequestTokenContext)

See Also

OAuthBearerAuthenticationProvider Class
Microsoft.Owin.Security.OAuth Namespace

Return to top