Kitaru

ServerCredentials

Credentials stored for one server.

Attributes

attributeurlstr
attributetypeApiType
= ApiType.SERVER
attributeapi_keystr | None
= None
attributeapi_tokenApiToken | None
= None
attributedevice_iduuid.UUID | None
= None
attributedevice_codestr | None
= None
attributecontrol_plane_api_urlstr | None
= None
attributecontrol_plane_api_keystr | None

Return the stored API key when it is a control plane key.

attributeserver_api_keystr | None

Return the stored API key when it is a server key.

attributecan_refreshbool

Report whether a new token can be obtained without a fresh login.

On this page