Loading...
Searching...
No Matches
realvirtual.KebaLoginResponse Class Reference
Keba authentication success response structure. More...
Public Attributes | |
| string | status |
| Response status (usually "OK") | |
| long | session |
| Session ID. | |
| string | token |
| Authentication token for WebSocket connection. | |
| string | refreshToken |
| Refresh token for extending sessions. | |
| string | username |
| Authenticated username. | |
| bool | pwdExpired |
| Whether the password has expired. | |
| int | sessionTimeout |
| Session timeout in seconds. | |
Properties | |
| string | access_token [get] |
| Maps to token for backward compatibility. | |
| string | token_type [get] |
| Default token type. | |
| bool | password_expired [get] |
| Maps to pwdExpired. | |
| int | inactivity_timeout [get] |
| Maps to sessionTimeout. | |
Detailed Description
Keba authentication success response structure.
Member Data Documentation
◆ pwdExpired
| bool realvirtual.KebaLoginResponse.pwdExpired |
Whether the password has expired.
◆ refreshToken
| string realvirtual.KebaLoginResponse.refreshToken |
Refresh token for extending sessions.
◆ session
| long realvirtual.KebaLoginResponse.session |
Session ID.
◆ sessionTimeout
| int realvirtual.KebaLoginResponse.sessionTimeout |
Session timeout in seconds.
◆ status
| string realvirtual.KebaLoginResponse.status |
Response status (usually "OK")
◆ token
| string realvirtual.KebaLoginResponse.token |
Authentication token for WebSocket connection.
◆ username
| string realvirtual.KebaLoginResponse.username |
Authenticated username.
Property Documentation
◆ access_token
|
get |
Maps to token for backward compatibility.
◆ inactivity_timeout
|
get |
Maps to sessionTimeout.
◆ password_expired
|
get |
Maps to pwdExpired.
◆ token_type
|
get |
Default token type.