Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.13 KB

File metadata and controls

12 lines (8 loc) · 1.13 KB

Actor

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.

Fields

Field Type Required Description Example
Sub string ✔️ The ID of the actor.
AdditionalProperties Dictionary<String, object> N/A {
"sub": "user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb"
}