interface GrantTypeHandlerInterface

OAuth2 grant type handler interface.

Methods

JsonResponse
handle(Request $request)

Handle corresponding grant type logic.

Details

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