ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode class

Constructors

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.
const
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode.fromMap(Map<String, dynamic> map)
factory

Properties

accessToken → Input<String?>?
Credentials used to access protected Zendesk resources.
final
hashCode → int
The hash code for this object.
no setterinherited
oauthRequest → Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest?>?
OAuth requirement needed to request security tokens from the connector endpoint. See connector_profile_config.connector_profile_credentials.zendesk.oauth_request Block for details.
final
refreshToken → Input<String?>?
Refresh token used to refresh an expired access token.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited