You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
expires_in_seconds
Integer
Optional parameter to specify the life duration of the actor token in seconds. By default, the duration is 1 hour.
[optional][default to 3600]
session_max_duration_in_seconds
Integer
The maximum duration that the session which will be created by the generated actor token should last. By default, the duration of a session created via an actor token, lasts 30 minutes.