Hi @Yash Patel • Thank you for reaching out.
This depends on the value of "accessTokenAcceptedVersion" parameter in the Manifest of the API/resource you request the token for. E.g. if you request an access token for API1 whose accessTokenAcceptedVersion is set to null
or 1
, you will get access token v1.0, if you change accessTokenAcceptedVersion to 2
for API1, the token version will be v2.0.
So, it is configurable only when you have access to the manifest of the api/resource for which the token is to be acquired.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.