flexpass.PasswordInfo

class flexpass.PasswordInfo(name: str)

Bases: object

Information about a password retrieved through list_passwords().

__init__(name: str)

For internal use only.

Methods

__init__(name)

For internal use only.

Attributes

name

Name of the password.

backends

List of backends containing the password, ordered by decreasing priority.

backend_info

Information about the password for each backend.

backend_info: dict[Backend, dict[str, Any]]

Information about the password for each backend.

backends: list[Backend]

List of backends containing the password, ordered by decreasing priority.

name: str

Name of the password.