ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode constructor
const
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode({
- Input<
String?> ? accessToken, - Input<
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest?> ? oauthRequest, - 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,
});