POST
request to
/auth60 mins
.DELETE
request to
/authProperty | Definition |
---|---|
accessTokenId | Unique access token identifier |
accessToken | Client shortlived access token. TTL of 60 mins |
expiresIn | A token’s current TTL |
maxTTL | A token’s max time to TTL |
type | A token’s authorization type |
scope | The authorization scopes associated with token |
trustedIps | The list of ip addresses whitelisted for this client |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
type
will always be Bearer
Subscription | Definition | Domain |
---|---|---|
AUTH | Only events that deal with authentication | Authentications |
AUTH.CREATED | Triggered when an auth token is created | Authentications |
AUTH.DELETED | Triggered when an auth token is deleted | Authentications |