PHP Interface AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface

Author: Wong Hoi Sing Edison ([email protected])
Datei anzeigen Open project: authbucket/oauth2

Public Methods

Method Description
handle ( Request $request ) : JsonResponse Handle corresponding grant type logic.

Method Details

handle() public method

Handle corresponding grant type logic.
public handle ( Request $request ) : JsonResponse
$request Symfony\Component\HttpFoundation\Request Incoming request object
return JsonResponse The json response object for token endpoint