#include <authenticateresponse.h>
|
| static AuthenticateResponse | fromXml (const QString &xml) |
class used to model UIT AuthenticateResponse
◆ authSessionId()
| QString authSessionId |
( |
| ) |
const |
- Returns
- The current UIT auth session id
◆ hasPrompts()
| bool hasPrompts |
( |
| ) |
const |
- Returns
- True is the underlying UIT message has user prompts, false otherwise
◆ prompts()
| QList< Prompt > prompts |
( |
| ) |
const |
- Returns
- The list of prompts that need to presented to the user.
◆ success()
- Returns
- true, if the authenticateUser() call was successful, false otherwise.
◆ errorMessage()
| QString errorMessage |
( |
| ) |
const |
- Returns
- Any error message associated with this response.
◆ banner()
- Returns
- Banner text to be displayed to the user along with the prompts.
◆ token()
- Returns
- The session token returned when authentication was successful.
◆ isValid()
- Returns
- true is the XML message provided by the server was valid, false otherwise.
◆ fromXml()
| AuthenticateResponse fromXml |
( |
const QString & | xml | ) |
|
|
static |
The documentation for this class was generated from the following file: