Hi Seth,The way that the JWT token works is that the JWT token is used
to create access tokens. Where valid JWT tokens are compared against the
certificate submitted to Adobe and this checks the authenticity of the
request. Upon sending an authentic JWT token, an access token is
returned which can be sent with API requests to access the Adobe
resources.Consistent with the documentation, the shorter-lived a JWT
token is, the less likely it will be to create rogue access tokens.For
this reason, I ...