AskSecretRequest
Requests masked secret input (password, token).
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/AskSecretRequest.cs
Signature
Section titled “Signature”public sealed record AskSecretRequest : InteractionRequest<string>, IEquatable<InteractionRequest>, IEquatable<InteractionRequest<string>>, IEquatable<AskSecretRequest>Inheritance
Section titled “Inheritance”- object
- InteractionRequest
InteractionRequest<string>
Implements
Section titled “Implements”IEquatable<InteractionRequest>IEquatable<InteractionRequest<string>>IEquatable<AskSecretRequest>
Constructors
Section titled “Constructors”AskSecretRequest(string, string, AskSecretOptions?)
Section titled “AskSecretRequest(string, string, AskSecretOptions?)”Requests masked secret input (password, token).
public AskSecretRequest(string Name, string Prompt, AskSecretOptions? Options = null)Parameters
Section titled “Parameters”Name(string)Prompt(string)Options(AskSecretOptions)
Properties
Section titled “Properties”Options
Section titled “Options”public AskSecretOptions? Options { get; init; }