UsernamePasswordCredentialsResponse

data class UsernamePasswordCredentialsResponse(val passwordReference: String, val usernameReference: String)

The credentials for authentication mode UsernamePassword.

Constructors

Link copied to clipboard
constructor(passwordReference: String, usernameReference: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to secret containing the password.

Link copied to clipboard

A reference to secret containing the username.