When requesting /oauth2/token, does the endpoint returns the same token or issues a new one?
Quick question, when doing M2M api calls, and trying to fetch the
Do I need to locally save the token until expiry or its safe to call the endpoint multiple times without worries?
oauth2/token from kinde, does the endpoint returns the same token until expiry or issues a new one?Do I need to locally save the token until expiry or its safe to call the endpoint multiple times without worries?