Build a JWT With a Shared Key
If you configured your application to use the client_secret_jwt
client authentication method, then you want to build a JWT that you sign with the client_secret
using an HMAC SHA algorithm (HS256, HS384, or HS512).
Instructions for