ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode constructor

const ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode({
  1. Input<String?>? accessToken,
  2. Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest?>? oauthRequest,
  3. Input<String?>? refreshToken,
})

Creates a new ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode. accessToken Credentials used to access protected Zendesk resources. oauthRequest OAuth requirement needed to request security tokens from the connector endpoint. See connector_profile_config.connector_profile_credentials.zendesk.oauth_request Block for details. refreshToken Refresh token used to refresh an expired access token.

Implementation

const ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode({
  this.accessToken,
  this.oauthRequest,
  this.refreshToken,
});