I am able to get the refresh and access token through oauth2.0 flow. I want to store the access tokens in my database for periodically accesing users' data, could you suggest what field type and field size should I choose for acces token field in my SQL database?
Thanks