Access token in Action flow

Hi @Sally.terramera,

Welcome to the Auth0 Community!

Yes, that is correct :+1:!

Caching your M2M tokens in an Action is the best way to minimize the number of requests for a new token. And that is correct, our documentation here states that cached items will persist for a maximum of 15 minutes.

For most scenarios, this strategy should mitigate going over your M2M Auth Quota utilization.

I recommend checking out our Caching Management API Access Tokens in Login Action FAQ for more information on how to cache access tokens in an Action.

Please let me know if you have any further questions.

Thanks,
Rueben

1 Like