iss
(issuer) JWT claim. If the value of this field deviates from that is provided in the project environment’s configuration, we will reject the JWT.sub
(subject, or user ID) field be provided. These will correspond to the your user ID. These will be mapped to the similar user model in Dynamic.exp
(expires at) JWT claim from external JWT. Dynamic will ensure that this exp
claim is respected with timeouts on the SDK.externalAuth
, letting us know that the user has an external authentication mechanism they used to verify their account. This should have externalUserId
with the value of the JWT’s sub
.