AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface::handle PHP Method

handle() public method

Handle corresponding grant type logic.
public handle ( Request $request ) : JsonResponse
$request Symfony\Component\HttpFoundation\Request Incoming request object
return JsonResponse The json response object for token endpoint
    public function handle(Request $request);
GrantTypeHandlerInterface