function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Intigration vIntigration v 

Facing issue in getting full Length Access Token in Apex Salesforce

Hi,
I am making a REST Api call and getting the Access token in the Response.I am getting the full length Access Token when i try in the Postmen.But facing issue in getting full length Access token when i making Api call in Apex,some part of the string only returning when i put the debug logs.

can anyone know why this happes and the length of the string like 1325 .
Please Suggest
Thank you!

 
Amar123Amar123
Debug log dont show you the full access token.......so you can  store it in a variable and use that access token or you can store that access token in a record...create a field of data type  long text area and store in it and use that access token