Getting Started
API Reference
AuthInfo
AuthInfo.username
AuthInfo.password
AuthInfo.token
AuthInfo.metadata
SecurityConfig
SecurityConfig.enabled
SecurityConfig.auth_info
SecurityConfig.require_auth
SecurityConfig.allow_anonymous
Security module.
Bases: object
object
Authentication information.
username (str)
password (str)
token (str | None)
metadata (Dict[str, str] | None)
str
Optional
Dict
Security configuration.
enabled (bool)
auth_info (AuthInfo | None)
require_auth (bool)
allow_anonymous (bool)
bool