Get the security data associated with a given token. This method is only required for clustered installations because the token data is cached when it is first requested on the server that requested it.
Arguments (named)
- token
string (UUID), required
The token that identifies a secured client access
Returns
tokenData: object
The token data object containing a security token and all of the security information associated with that token.
token: string (UUID)
apikey: string (UUID)
credentials: object (defined as above)
ipaddress: string (ipquad)
expires: string (datetime)
worker: string
https: boolean
Last modified on June 27, 2023