AuthConfigDecryptedCredentialUsernameAndPassword

data class AuthConfigDecryptedCredentialUsernameAndPassword(val password: String? = null, val username: String? = null)

Constructors

constructor(password: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Password to be used. The oauth2_authorization_code block supports:

Link copied to clipboard
val username: String? = null

Username to be used.