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
Task TokenEndpointResponse(
OAuthTokenEndpointResponseContext context
)
Task^ TokenEndpointResponse(
OAuthTokenEndpointResponseContext^ context
)
abstract TokenEndpointResponse :
context:OAuthTokenEndpointResponseContext -> Task
Function TokenEndpointResponse (
context As OAuthTokenEndpointResponseContext
) As Task
Parameters
Return Value
Type: System.Threading.Tasks.Task
Returns Task.
See Also
IOAuthAuthorizationServerProvider Interface
Microsoft.Owin.Security.OAuth Namespace
Return to top