ConnectorProfileCustomAuthCredentials

data class ConnectorProfileCustomAuthCredentials(val credentialsMap: Map<String, String>? = null, val customAuthenticationType: String)

Constructors

Link copied to clipboard
constructor(credentialsMap: Map<String, String>? = null, customAuthenticationType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map that holds custom authentication credentials.

Link copied to clipboard

The custom authentication type that the connector uses.