RuntimePrompt

@Serializable
data class RuntimePrompt(val usernameHint: String? = null) : CredentialSource(source)

The front-end prompts the user at run time; never persisted.

Constructors

Link copied to clipboard
constructor(usernameHint: String? = null)

Properties

Link copied to clipboard