AccessProviders
Not available in this language, yet.
Not available in this language, yet.
AccessProviders( )
AccessProviders( )
access_providers( )
AccessProviders( )
Returns
A Set reference for the available AccessProviders in the specified
child database
(or the current database if database
is not
specified).
Examples
The following query gets the references to all AccessProviders in the current database:
Not available in this language, yet.
Not available in this language, yet.
{data: [ref(id = "Auth0-myapp", collection = ref(id = "access_providers"))]}
{ data: [ AccessProvider("Auth0-myapp") ] }
{'data': [Ref(id=Auth0-myapp, collection=Ref(id=access_providers))]}
{data: [ref(id = "Auth0-myapp", collection = ref(id = "access_providers"))]}
The following query demonstrates what happens when no AccessProviders exist:
Not available in this language, yet.
Not available in this language, yet.
{data: []}
{ data: [] }
{'data': []}
{data: []}
Was this article helpful?
We're sorry to hear that.
Tell us how we can improve!
Visit Fauna's Discourse forums
or email docs@fauna.com
Thank you for your feedback!