Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AuthBucket
OAuth2
GrantType
GrantTypeHandlerInterface
handle
AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface::handle PHP 메소드
GrantTypeHandlerInterface 0 문서
파일 보기
프로젝트 열기: authbucket/oauth2
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
public function handle(Request $request);
GrantTypeHandlerInterface
handle