Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public virtual Task TokenEndpointResponse(
OAuthTokenEndpointResponseContext context
)
public:
virtual Task^ TokenEndpointResponse(
OAuthTokenEndpointResponseContext^ context
)
abstract TokenEndpointResponse :
context:OAuthTokenEndpointResponseContext -> Task
override TokenEndpointResponse :
context:OAuthTokenEndpointResponseContext -> Task
Public Overridable Function TokenEndpointResponse (
context As OAuthTokenEndpointResponseContext
) As Task
Parameters
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
Implements
IOAuthAuthorizationServerProvider.TokenEndpointResponse(OAuthTokenEndpointResponseContext)
See Also
OAuthAuthorizationServerProvider Class
Microsoft.Owin.Security.OAuth Namespace
Return to top