private property Coroutine::$generator in Auth0 Single Sign On 8.2
Type: Generator
File
- vendor/
guzzlehttp/ promises/ src/ Coroutine.php, line 53
Class
- Coroutine
- Creates a promise that is resolved using a generator that yields values or promises (somewhat similar to C#'s async keyword).
Namespace
GuzzleHttp\PromiseCode
private $generator;