Skip to main content

nexigon_api.users.AuthenticateWithSessionTokenSuccess

Authentication with session token has been successful.

userIdnexigon_api.users.UserId (string)required

Unique ID of a user.

sessionIdnexigon_api.users.UserSessionId (string)required

User session ID.

actor objectrequired

Actor that may invoke actions in the system.

oneOf
actorrequired
Constant value: Anonymous
nexigon_api.users.AuthenticateWithSessionTokenSuccess
{
"userId": "string",
"sessionId": "string",
"actor": {}
}