The actor payload. It needs to include a sub property which should contain the ID of the actor. This whole payload will be also included in the JWT session token.
Field | Type | Required | Description | Example |
---|---|---|---|---|
Sub |
string | ✔️ | The ID of the actor. | |
AdditionalProperties |
Dictionary<String, object> | ➖ | N/A | { "sub": "user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb" } |