restapi.services.authentication.BaseAuthentication.make_login

BaseAuthentication.make_login(username, password, totp_code)[source]
Parameters:
  • username (str)

  • password (str)

  • totp_code (Optional[str])

Return type:

tuple[str, Payload, Any]