accessProvider.exists()

Learn: Access providers

Tests if an access provider exists.

Signature

exists() => Boolean | "invalid_null_access"

Description

The exists() method tests if the provider exists.

Staged schema

If a database has staged schema, this method interacts with documents for the staged schema, not the database’s active schema.

For more information, see Run a staged schema change.

Parameters

None

Return value

Type Description

Boolean

true = Access provider exists.
false = Access provider doesn’t exist.

Examples

AccessProvider.byName("someIssuer").exists()
true

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!