CLIENT_SECRET_BASIC Flow
For applications that have the tokenEndpointAuthMethod property set to CLIENT_SECRET_BASIC, you authenticate the token endpoint by setting the Authorization: Basic HTTP header in the request URL. The value is a Base64-encoded representation of "username:password", in which the username is the client_id and the password is the client_secret.