* Triggered when the adapter is first attached to Parse Server * @param {Object} options Adapter Options
(options)
| 120 | * @param {Object} options Adapter Options |
| 121 | */ |
| 122 | validateOptions(options) { |
| 123 | /* */ |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | export default AuthAdapter; |
nothing calls this directly
no outgoing calls
no test coverage detected