AuthResult Structure
Use the AuthResult structure to specify authorization details during an authentication.
The AuthResult structure is used in the SecurityService Service (in the impersonateex() Method and logonex() Method).
AuthResult Structure Fields
Fields | Description |
---|---|
String sessionID |
Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null. |
boolean authCompleted |
If set to TRUE, then the authorization is complete. If set to FALSE, then the authorization process is in progress and the logonex or impersonatex process should be called again. |