PHP Class AuthBucket\OAuth2\GrantType\RefreshTokenGrantTypeHandler

Author: Wong Hoi Sing Edison ([email protected])
Inheritance: extends AbstractGrantTypeHandler
Datei anzeigen 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