class AuthorizationCodeGrantTypeHandler extends AbstractGrantTypeHandler

Authorization code grant type implementation.

Methods

JsonResponse
handle(Request $request)

Handle corresponding grant type logic.

Details

at line 26
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