PHP Class AuthBucket\OAuth2\GrantType\RefreshTokenGrantTypeHandler

Author: Wong Hoi Sing Edison ([email protected])
Inheritance: extends AbstractGrantTypeHandler
Afficher le fichier Open project: authbucket/oauth2

Méthodes publiques

Méthode Description
handle ( Request $request )

Private Methods

Méthode Description
checkRefreshToken ( Request $request, string $clientId ) : array Check refresh_token supplied, return stored username and scope.

Method Details

handle() public méthode

public handle ( Request $request )
$request Symfony\Component\HttpFoundation\Request