ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode class
Constructors
-
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode({Input<
String?> ? accessToken, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest?> ? oauthRequest, Input<String?> ? refreshToken}) -
Creates a new ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode.
accessTokenCredentials used to access protected Zendesk resources.oauthRequestOAuth requirement needed to request security tokens from the connector endpoint. Seeconnector_profile_config.connector_profile_credentials.zendesk.oauth_requestBlock for details.refreshTokenRefresh 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_requestBlock 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