Connector Profile Sapo Data Connector Profile Credentials OAuth Credentials Properties
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
Link copied to clipboard
constructor(accessToken: String? = null, clientId: String? = null, clientSecret: String? = null, connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, refreshToken: String? = null)