- Overview
- NoAuth
NoAuth
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 NoAuthConfigure no-auth, which is not a standalone unauthenticated mode and is accepted only with an explicit reviewed-container-network attestation and explicit TLS disablement.
NoAuth(*, kind: Literal['none'] = 'none')Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| kind | Literal[‘none’] | no | ‘none’ | — | Authentication discriminator; always ‘none’. |
Version 0.2.0 · branch main
