LoginState

edit

Configures how the API responds after a successful login

Properties

edit
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

Example

edit
{
   "path" : "string"
}