Updates the specified auth session.
Parameters
Name | Type | Description |
---|---|---|
serverId | String, required | A value that must match the API Server's current serverId |
authSessionId | String, required | Id of the auth session to update |
returnUrl | String, optional | Url to return to after passing through the authentication system without an error |
errorReturnUrl | String, optional | Url to return to after an error within the authentication worker occurs |
Response Fields
Name | Type | Description |
---|---|---|
authenticated | boolean | True if successfully updated, otherwise a JSONRPC error is returned |
Example Request
{
"id": "1",
"jsonrpc": "2.0",
"method": "updateSession",
"params": {
"serverId": "56B3C7C0-01F7-4742-8D70-1070C40390F2",
"authSessionId": "9ea979c2-c0da-456e-8ed4-235df4fac8d9"
}
}
Last modified on June 27, 2023