public interface AccountService
| Modifier and Type | Method and Description |
|---|---|
<any> |
verifyCredentials(Boolean includeEntities,
Boolean skipStatus,
Boolean includeEmail)
Returns an HTTP 200 OK response code and a representation of the requesting user if
authentication was successful; returns a 401 status code and an error message if not.
|
<any> verifyCredentials(Boolean includeEntities,
Boolean skipStatus,
Boolean includeEmail)
includeEntities - (optional) The entities node will not be included when set to false.skipStatus - (optional) When set to either true statuses will not be included in
the returned user objects.includeEmail - (optional) When set to true email will be returned in the user object as
a string. If the user does not have an email address on their account, or
if the email address is not verified, null will be returned.