Is it possible to use HS256 symmetric encryption algorithm for generation of JWTs? I can only see the asymmetric encryption RS256 used in the walkthroughs.
I am trying to consume https://account-d.docusign.com/oauth/token with a JWT to get an access token, but it would be easier if this was possible with HS256 JWT encryption.