HasIdentity
HasIdentity()
HasIdentity()
HasIdentity()
HasIdentity()
has_identity()
HasIdentity()
Description
This function is deprecated as of API version 4. Use the
See the Deprecations page for more details. |
The HasIdentity
function returns true
if the current client
authentication credentials have an associated identity, and false
if
they don’t.
Returns
A boolean indicating whether the current client credentials are associated with an identity.
Examples
Not available in this language yet.
result, err := client.Query(
f.HasIdentity())
if err != nil {
fmt.Fprintln(os.Stderr, err)
} else {
fmt.Println(result)
}
false
System.out.println(
client.query(
HasIdentity()
).get());
false
client.query(
q.HasIdentity()
)
.then((ret) => console.log(ret))
.catch((err) => console.error('Error: %s', err))
false
Not available in this language yet.
Not available in this language yet.
Was this article helpful?
We're sorry to hear that.
Tell us how we can improve!
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!