(providerName, options)
| 27 | }, |
| 28 | |
| 29 | getByName (providerName, options) { |
| 30 | if (options == null) { options = {} } |
| 31 | if (options.data == null) { options.data = {} } |
| 32 | options.data.name = providerName |
| 33 | return fetchJson('/db/o-auth/name', options) |
| 34 | }, |
| 35 | |
| 36 | getAll (options) { |
| 37 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected