auth method

Auth auth(
  1. String name
)

Implementation

Auth auth(String name) {
  return Auth(baseUrl: _path, collectionName: name);
}