antimatter.auth.config.profiles#

Module Contents#

Classes#

Profile

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#
static from_dict(json: Dict[str, Any]) Profile#
to_dict() Dict[str, Any]#