PHP Interface AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface

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

Méthodes publiques

Méthode Description
handle ( string $accessToken, array $options = [] ) : AuthBucket\OAuth2\Model\AccessTokenInterface Handle corresponding resource type logic.

Method Details

handle() public méthode

Handle corresponding resource type logic.
public handle ( string $accessToken, array $options = [] ) : AuthBucket\OAuth2\Model\AccessTokenInterface
$accessToken string Access token for checking
$options array Additional options for this handler
Résultat AuthBucket\OAuth2\Model\AccessTokenInterface The stored access token with meta information