flexpass.set_password

flexpass.set_password(name: str, password: str, **options) None

Set the given password in the writable backend with the highest priority.

Parameters:
  • name (str) – Name of the password.

  • password (str) – Value of the password.

Raises:

BackendNotAvailable – No writable backend was available.