Connector Profile Connector Profile Config Connector Profile Credentials Custom Connector Oauth2
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2(val accessToken: String? = null, val clientId: String? = null, val clientSecret: String? = null, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest? = null, val refreshToken: String? = null)
Constructors
Link copied to clipboard
constructor(accessToken: String? = null, clientId: String? = null, clientSecret: String? = null, oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest? = null, refreshToken: String? = null)