This contains standard JWT claims to identify a session for the Dynamic user. For more details, see: https://www.iana.org/assignments/jwt/jwt.xhtml#claims
Was this page helpful?
{
"kid": "<string>",
"aud": "<string>",
"iss": "<string>",
"sub": "<string>",
"sid": "<string>",
"exp": 123,
"iat": 123,
"environment_id": "<string>",
"last_verified_credential_id": "<string>",
"session_public_key": "<string>",
"scope": "superuser marketing operations",
"verifiedCredentialsHashes": {
"blockchain": "<string>",
"email": "<string>",
"oauth": "<string>",
"phoneNumber": "<string>",
"externalUser": "<string>"
},
"email": "<string>",
"username": "<string>"
}