AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface::handle PHP Méthode

handle() public méthode

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