ConnectorProfileSapoDataConnectorProfileCredentialsOAuthCredentialsProperties

data class ConnectorProfileSapoDataConnectorProfileCredentialsOAuthCredentialsProperties(val accessToken: String? = null, val clientId: String? = null, val clientSecret: String? = null, val connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, val refreshToken: String? = null)

The SAPOData OAuth type authentication credentials.

Constructors

constructor(accessToken: String? = null, clientId: String? = null, clientSecret: String? = null, connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, refreshToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null
Link copied to clipboard
val clientId: String? = null
Link copied to clipboard
val clientSecret: String? = null
Link copied to clipboard
val refreshToken: String? = null