Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AuthBucket
OAuth2
GrantType
RefreshTokenGrantTypeHandler
PHP Class AuthBucket\OAuth2\GrantType\RefreshTokenGrantTypeHandler
Author:
Wong Hoi Sing Edison (
[email protected]
)
Inheritance:
extends
AbstractGrantTypeHandler
Exibir arquivo
Open project: authbucket/oauth2
Public Methods
Method
Description
handle
(
Request
$request
)
Private Methods
Method
Description
checkRefreshToken
(
Request
$request
,
string
$clientId
) :
array
Check refresh_token supplied, return stored username and scope.
Method Details
handle()
public
method
public
handle
(
Request
$request
)
$request
Symfony\Component\HttpFoundation\Request