Class BitwardenLogin

java.lang.Object
com.mwdle.bitwarden.model.BitwardenLogin

public class BitwardenLogin extends Object
Represents the nested login object within a Bitwarden item JSON, containing the username and password fields.
  • Constructor Details

    • BitwardenLogin

      public BitwardenLogin()
  • Method Details

    • getUsername

      public Secret getUsername()
      Gets the username for this login.
      Returns:
      The username as a Secret.
    • getPassword

      public Secret getPassword()
      Gets the password for this login.
      Returns:
      The password as a Secret.