Skip to content
DocsTry Aspire
DocsTry

IInteractionService.createSecretInput

Method
📦 Aspire.Hosting v13.5.0
interface IInteractionService {
// ... omitted for brevity
createSecretInput(
name: string,
options?: CreateInteractionInputOptions): InteractionInputBuilder;
}

Signature

methodcreateSecretInput
Creates a secret (masked) text input.
createSecretInput(
name: string,
options?: CreateInteractionInputOptions): InteractionInputBuilder
namestring
optionsCreateInteractionInputOptionsoptional
InteractionInputBuilder

Defined on

This method is defined on the following type: