OAuthAuthorizationServerProvider.TokenEndpointResponse Method

Called before the TokenEndpoint redirects its response to the caller.

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

Syntax

'Declaration
Public Overridable Function TokenEndpointResponse ( _
    context As OAuthTokenEndpointResponseContext _
) As Task
'Usage
Dim instance As OAuthAuthorizationServerProvider 
Dim context As OAuthTokenEndpointResponseContext 
Dim returnValue As Task 

returnValue = instance.TokenEndpointResponse(context)
public virtual Task TokenEndpointResponse(
    OAuthTokenEndpointResponseContext context
)
public:
virtual Task^ TokenEndpointResponse(
    OAuthTokenEndpointResponseContext^ context
)
abstract TokenEndpointResponse : 
        context:OAuthTokenEndpointResponseContext -> Task  
override TokenEndpointResponse : 
        context:OAuthTokenEndpointResponseContext -> Task
public function TokenEndpointResponse(
    context : OAuthTokenEndpointResponseContext
) : Task

Parameters

Return Value

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

Implements

IOAuthAuthorizationServerProvider.TokenEndpointResponse(OAuthTokenEndpointResponseContext)

See Also

Reference

OAuthAuthorizationServerProvider Class

Microsoft.Owin.Security.OAuth Namespace