Bearer tokens for authentication. Our Bearer tokens are JSON Web Tokens
(JWTs) and are issued using the client_credentials OAuth2 flow. You will be provided
with a client ID and client secret when you onboard with Sophic.
client_credentials flow again
(i.e calling the POST /auth/token endpoint). Our client_credentials flow does not
support refresh tokens.
Remember that your client secret is a secret. Do not share it with others or
expose it in any client-side code (browsers, apps). The client_credentials flow is
a machine-to-machine flow so your client-side code should obtain a JWT by going through
your backend first.