authenticate - API Key Module Reference
This documentation provides a reference to the authenticate
method. This belongs to the API Key Module.
This method verifies whether a token is valid, considering it authenticated.
Example
Parameters
token
stringRequiredThe token to verify.
Returns
If the token is verified successfully, the API key associated with the token is returned. Otherwise, false
is returned.
false
is returned.Was this section helpful?