antimatter.auth.config.profiles
#
Module Contents#
Classes#
Profile structure, containing the name, domain ID, API key, default |
- class antimatter.auth.config.profiles.Profile#
Profile structure, containing the name, domain ID, API key, default read and write contexts and token
- name: str#
- domain_id: str#
- api_key: str#
- default_read_context: str | None#
- default_write_context: str | None#
- token: antimatter.auth.config.tokens.OidcToken | None#
- to_dict() Dict[str, Any] #