question

Viresh P avatar image
Viresh P asked Leonard leWang Deactivated edited

Token generation limitation

We are able to generate Oauth access token from /restapi/oauth/token api.

We can see rate limit are applied.

Is there any limitation on number of access token generate by the Oauth server? If yes what is the number of access token it can generate?

oauth2
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image
Phong Vu answered

There is a limit of active (valid) access tokens and it is 5 access tokens per user per app at the same time. This means that a user can logins to use the same app on 5 different computers. If he/she logins the same app on the 6th computer, one of the access token for the app on a computer he logged in earlier (most probably the first one) will be revoked.

1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban avatar image
Anirban answered

There is no such limitation of token generation bu OAuth server.

There is only rate limit of applied to prevent unwanted attack on server.

x-rate-limit-limit →5 which means 5 OAuth Calls per min per extension .

There is no other limitation

1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys