Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcGetOpenSessionsRequest
Description
Requests info about active sessions for current user.
Properties
| Name |
JsonSchemaType |
Description |
| withAllGrpcSessions |
boolean |
Provide also all possible GRPC sessions (sessions that can be restored by AuthRefresh call). |
Dual message (request/response)
Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcGetOpenSessionsResponse |
Referenced in messages
No references.JsonSchema
{
"title": "Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcGetOpenSessionsRequest",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcGetOpenSessionsRequest"
],
"properties": {
"Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcGetOpenSessionsRequest": {
"$ref": "#/definitions/RpcGetOpenSessionsRequest"
}
},
"definitions": {
"RpcGetOpenSessionsRequest": {
"additionalProperties": false,
"type": "object",
"properties": {
"withAllGrpcSessions": {
"type": "boolean"
}
}
}
}
}