PHP 인터페이스 AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface

저자: Wong Hoi Sing Edison ([email protected])
파일 보기 프로젝트 열기: authbucket/oauth2

공개 메소드들

메소드 설명
handle ( Request $request ) : JsonResponse Handle corresponding grant type logic.

메소드 상세

handle() 공개 메소드

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