Service.prompt

Perform prompting for a classPrompt.

This function is called by other parts of this library to handle prompts for the various actions that can require prompting.

Override the #SecretServiceClass vfuncService.prompt_async virtual method to change the behavior of the prompting. The default behavior is to simply run secret.prompt.Prompt.perform on the prompt.

Parameters

prompt secret.prompt.Prompt

the prompt

returnType glib.variant_type.VariantType

the variant type of the prompt result

cancellable gio.cancellable.Cancellable

optional cancellation object

callback gio.types.AsyncReadyCallback

called when the operation completes