The Ampersand project ID or project name.
Whether to include the credentials in the response. Only access token will be included. Default is false.
Whether to include the refresh token in credentials in the response along with access token. If true, the includeCreds
query parameter will be ignored. Default is false.
Whether to refresh the access token. If value is ifExpired
, the access token will be refreshed only if it has expired. If value is force
, the access token will be refreshed regardless of its expiration.
force
, ifExpired
Connection
The response is of type object
.