- Overview
- TokenProvider
TokenProvider
Part of Configuration & authentication in the Python API reference.
Related guidance: getting-started/configuration, getting-started/authentication, security/credentials.
Runnable examples: preflight.py.
from picogrid_ecn_client import TokenProviderA cooperative asynchronous callable that supplies the current bearer token.
Aliased form
Section titled “Aliased form”TokenProvider = Callable[[], Coroutine[Any, Any, str]]Version 0.2.0 · branch main
