PasswordGrantTypeHandler
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 35
JsonResponse
handle(Request $request)
Handle corresponding grant type logic.