Response returned by the Checkmarx authentication endpoint.
Use token_type and access_token together to build the Authorization header: ${token_type} ${access_token}
token_type
access_token
${token_type} ${access_token}
The access token to use for subsequent API calls
Token type, typically 'Bearer'
'Bearer'
Response returned by the Checkmarx authentication endpoint.
Use
token_typeandaccess_tokentogether to build the Authorization header:${token_type} ${access_token}