- Overview
- CredentialsProvider
CredentialsProvider
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 CredentialsProviderA cooperative asynchronous callable supplying one username-token pair.
Aliased form
Section titled “Aliased form”CredentialsProvider = Callable[[], Coroutine[Any, Any, tuple[str, str]]]Version 0.2.0 · branch main
