accessProvider.exists()

Learn: Access providers

Test if an access provider exists.

Signature

exists() => Boolean

Description

Tests if an AccessProvider document exists.

AccessProvider documents are FQL versions of a database’s FSL access provider schema. AccessProvider documents have the AccessProvider type. See Access providers.

Staged schema

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

Parameters

None

Return value

Type Description

Boolean

If true, the AccessProvider document exists. If false, the AccessProvider document 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!