PHP Interface AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface

Author: Wong Hoi Sing Edison ([email protected])
Afficher le fichier Open project: authbucket/oauth2

Méthodes publiques

Méthode Description
handle ( Request $request ) : JsonResponse Handle corresponding grant type logic.

Method Details

handle() public méthode

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