AuthenticationPrompt public class AuthenticationPrompt Documentation Code public int Id { get; } public bool IsEchoed { get; } public string Request { get; } public string Response { get; set; } public AuthenticationPrompt(int id, bool isEchoed, string request)