(config)
| 50 | |
| 51 | // A helper to get a master-level Auth object |
| 52 | function master(config) { |
| 53 | return new Auth({ config, isMaster: true }); |
| 54 | } |
| 55 | |
| 56 | // A helper to get a maintenance-level Auth object |
| 57 | function maintenance(config) { |
no outgoing calls
no test coverage detected