LoginStateedit

Configures how the API responds after a successful login

Propertiesedit

path (string)
The path to which to redirect post login - if not specified then no redirect is performed, instead 200 is returned with the token in the body

Exampleedit

{
   "path" : "string"
}