_generated\AcceptanceTesterActions::amBearerAuthenticated PHP 메소드

amBearerAuthenticated() 공개 메소드

Adds Bearer authentication via access token.
또한 보기: 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