Skip to content

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 NoAuth

Configure 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')

Source · auth.py

NameTypeRequiredDefaultConstraintsDescription
kindLiteral[‘none’]no‘none’Authentication discriminator; always ‘none’.

Version 0.2.0 · branch main