Delegate PasswordPrompt
Delegate for prompting the user for a password.
public delegate ValueTask<string?> PasswordPrompt(PasswordPromptContext context, CancellationToken cancellationToken)
Parameters
contextPasswordPromptContextThe password prompt context.
cancellationTokenCancellationTokenToken to cancel the operation.