basicAuth method

MethodWithBody basicAuth(
  1. String username,
  2. String password
)
override

Implementation

MethodWithBody basicAuth(String username, String password) {
  super.basicAuth(username, password);
  return this;
}