Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
AuthBucket
OAuth2
GrantType
GrantTypeHandlerInterface
handle
AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface::handle PHP Method
GrantTypeHandlerInterface Interface Documentation
显示文件
Open project: authbucket/oauth2
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
public function handle(Request $request);
GrantTypeHandlerInterface
handle