MCPcopy Create free account
hub / github.com/parse-community/parse-server / validateOptions

Method validateOptions

src/Adapters/Auth/AuthAdapter.js:122–124  ·  view source on GitHub ↗

* Triggered when the adapter is first attached to Parse Server * @param {Object} options Adapter Options

(options)

Source from the content-addressed store, hash-verified

120 * @param {Object} options Adapter Options
121 */
122 validateOptions(options) {
123 /* */
124 }
125}
126
127export default AuthAdapter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected