ExternalFile

@Serializable
data class ExternalFile(val path: String) : CredentialSource(source)

Read credentials from a TOML secrets file (outside the config) with username and password keys.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard