Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.15 KB

createactortokenactor.md

File metadata and controls

12 lines (8 loc) · 1.15 KB

CreateActorTokenActor

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 str ✔️ The ID of the actor.
__pydantic_extra__ Dict[str, Any] N/A {
"sub": "user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb"
}