class PasswordGrantTypeHandler extends AbstractGrantTypeHandler

Password grant type implementation.

Note this is a Symfony based specific implementation, 3rd party integration should override this with its own logic.

Methods

JsonResponse
handle(Request $request)

Handle corresponding grant type logic.

Details

at line 33
JsonResponse handle(Request $request)

Handle corresponding grant type logic.

Parameters

Request $request Incoming request object

Return Value

JsonResponse The json response object for token endpoint