GuestAuthenticationChallenge
GuestAuthenticationChallenge
Fault is thrown when a call to AcquireCredentialsInGuest requires a challenge response in order to authenticate in the guest.
The authToken string in serverChallenge contains a base64 encoded challenge token.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"serverChallenge": {
"_typeName": "string",
"interactiveSession": false
},
"sessionID": 0
}
serverChallenge
Required
GuestAuthentication is an abstract base class for authentication in the guest.
integer As int64 As int64
sessionID
Required
Contains a session ID number that associates the server response with the initial request.