setAuth method

OptionBuilder setAuth(
  1. Map auth
)

Implementation

OptionBuilder setAuth(Map auth) {
  _opts['auth'] = auth;
  return this;
}