Create a new session

Authenticates a tenant and a user with a security key. Returns a JWT bearer token for subsequent requests, the new session ID, and the ordered list of steps to follow.

Request

Authentication credentials and optional session context.
userstring or nullOptional
tenantstring or nullOptional
securityKeystring or nullOptional
querystring or nullOptional
callbackUrlstring or nullOptional

Response

Session created successfully.
sessionIdstring
tokenstring
stepslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error