PHP Интерфейс AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface

Автор: Wong Hoi Sing Edison ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
handle ( Request $request ) : JsonResponse Handle corresponding grant type logic.

Описание методов

handle() публичный метод

Handle corresponding grant type logic.
public handle ( Request $request ) : JsonResponse
$request Symfony\Component\HttpFoundation\Request Incoming request object
Результат JsonResponse The json response object for token endpoint