AccessProviders
Copied!
AccessProviders( [database] )
Description
Examples
-
The following query gets the references to all AccessProviders in the current database:
{ data: [ AccessProvider("Auth0-myapp") ] }
-
The following query demonstrates what happens when no AccessProviders exist:
{ data: [] }
-
The following query lists the References for any AccessProviders (up to the pagination limit) within a child database named "child_db":
{ data: [] }
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!