get_libvirt_requested_credential_challenge


Description:

[ Version ( since = "1.19.52" ) ]
public string get_libvirt_requested_credential_challenge (int32 index) throws Error

challenge of i'th requested credential

Get the challenge (provided by libvirt) for the index'th requested credential. If libvirt did not provide a challenge, this returns the empty string "".

See "LIBVIRT AUTHENTICATION" in guestfs(3) for documentation and example code.

Parameters:

this

A GuestfsSession object

Returns:

the returned string, or NULL on error