IOAuthAuthorizationServerProvider.TokenEndpointResponse Method (OAuthTokenEndpointResponseContext)
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