The quota for Machine to Machine tokens is billed on an “Access Token Issued” basis, however we’re not quite clear about what this means. In particular in the following scenario would one or two Access Tokens be issued?
Scenario:
- A request to
/oauth/token
is made to get and M2M token (Token A) which has an expiry of 1 day. - Later in the day, before Token A expires, a second request is made to
/oath/token
- Side query, will this generate a new token (Token B) or return Token A again?