AuthenticationPromptEventArgs public class AuthenticationPromptEventArgs : AuthenticationEventArgs Documentation public string Instruction { get; } public string Language { get; } public IEnumerable<AuthenticationPrompt> Prompts { get; } public AuthenticationPromptEventArgs(string username, string instruction, string language, IEnumerable<AuthenticationPrompt> prompts)