_generated\AcceptanceTesterActions::amBearerAuthenticated PHP Method

amBearerAuthenticated() public method

Adds Bearer authentication via access token.
See also: Codeception\Module\REST::amBearerAuthenticated()
public amBearerAuthenticated ( $accessToken )
$accessToken
    public function amBearerAuthenticated($accessToken)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Condition('amBearerAuthenticated', func_get_args()));
    }
AcceptanceTesterActions