exists()

Test if a provider exists.

Signature

exists(): Boolean | "invalid_null_access"

Description

The exists() method tests if the provider exists.

Parameters

None

Return value

Type Description

Boolean

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

Examples

AccessProvider.byName("justFineAccessProvider").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!