Identify
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Identify( identity, password )
identify( identity, password )
Identify( identity, password )
Identify( identity, password )
Identify( identity, password )
Identify( identity, password )
Description
The Identify
function checks the given password against the
identity
's credentials, returning true
if the credentials are
valid, or false
otherwise. An identity is a Reference for a document
that has associated credentials.
Identify
allows you to verify an identity’s credentials without
calling the Login
function and creating a new access token.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Reference |
The identity whose credentials should be checked. |
|
String |
The password to check. |