How many concurrent accessToken and refreshToken can be generated for each client type i.e. Public and Private in B2C Commerce?
There’s no limit on refresh_tokens but there’s a limit of logins per user per time. It is possible to log in once per session as per the best practices for SLAS since it usually issues JWT-style tokens not OAuth tokens.
Also, API clients can obtain multiple tokens simultaneously. However, the quantity of tokens acquired is subject to rate-limiting based on tokens requested per minute, which is tied to the assigned client ID and the associated tenant.
However, extensive requests are not required when each token serves its purpose throughout its entire lifespan. Instead of generating a large number of tokens in a short period for the same purpose, it’s advisable to maximize token reuse and use them for as long as possible.
000396644

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.