I wanted to know if the length of access token is constant all the time. I'm using OAuth 2 authentication type and want to get the access token from the final redirect URI generated.
I'm trying to do substring of URI to get the access token and want to know if the length is constant.