public function MockApi::call in Auth0 Single Sign On 8.2
Return the endpoint being used.
Return value
Management|Authentication|JWKFetcher
File
- vendor/
auth0/ auth0-php/ tests/ MockApi.php, line 73
Class
- MockApi
- Class MockApi
Namespace
Auth0\TestsCode
public function call() {
$this->historyIndex++;
return $this->client;
}