AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface::handle PHP Method

handle() public method

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
return AuthBucket\OAuth2\Model\AccessTokenInterface The stored access token with meta information
    public function handle($accessToken, array $options = []);
ResourceTypeHandlerInterface