MCPcopy Create free account
hub / github.com/documentdb/documentdb / DropUserWithExternalIdentityProvider

Function DropUserWithExternalIdentityProvider

pg_documentdb/src/api_hooks.c:284–293  ·  view source on GitHub ↗

* Drops a user with an external identity provider */

Source from the content-addressed store, hash-verified

282 * Drops a user with an external identity provider
283 */
284bool
285DropUserWithExternalIdentityProvider(const char *userName)
286{
287 if (drop_user_with_exernal_identity_provider_hook != NULL)
288 {
289 return drop_user_with_exernal_identity_provider_hook(userName);
290 }
291
292 return false;
293}
294
295
296/*

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected