Environment

@Serializable
data class Environment(val userVar: String, val passwordVar: String) : CredentialSource(source)

Read the username/password from named environment variables.

Constructors

Link copied to clipboard
constructor(userVar: String, passwordVar: String)

Properties

Link copied to clipboard
Link copied to clipboard