1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.. _long: https://docs.python.org/2/library/stdtypes.html
.. _string: ../../str
.. _AcquireCredentialsInGuest: ../../vim/vm/guest/AuthManager.rst#acquireCredentials
.. _vim.fault.GuestOperationsFault: ../../vim/fault/GuestOperationsFault.rst
vim.fault.GuestAuthenticationChallenge
======================================
:extends:
`vim.fault.GuestOperationsFault`_
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.
Attributes:
serverChallenge (`str`_)
sessionID (`long`_)
|