ConnectorProfileBasicAuthCredentials

data class ConnectorProfileBasicAuthCredentials(val password: String, val username: String)

Constructors

Link copied to clipboard
constructor(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password to use to connect to a resource.

Link copied to clipboard

The username to use to connect to a resource.