Type Definitions
authCallback(body)
Callback that will be passed by all authentication methods.
Parameters:
Name | Type | Description |
---|---|---|
body |
authResponseStruct |
- Source:
authResponseStruct :Object
Object that is returned by all authentication methods.
Properties:
Name | Type | Description |
---|---|---|
token |
String |
JWT token that will be used as Bearer Token in subsequent requests |
user |
boolean |
the alphanumeric client account ID that will be used in most routes |
- Source: