Override the #SecretServiceClass <literal>prompt_async</literal> virtual method
to change the behavior of the propmting. The default behavior is to simply
run secret_prompt_perform() on the prompt.
Returns a variant result if the prompt was completed and not dismissed. The
type of result depends on the action the prompt is completing, and is defined
in the Secret Service DBus API specification.
This method may block and should not be used in user interface threads.
Perform prompting for a #SecretPrompt.
Override the #SecretServiceClass <literal>prompt_async</literal> virtual method to change the behavior of the propmting. The default behavior is to simply run secret_prompt_perform() on the prompt.
Returns a variant result if the prompt was completed and not dismissed. The type of result depends on the action the prompt is completing, and is defined in the Secret Service DBus API specification.
This method may block and should not be used in user interface threads.