ConnectionPropertyConstants Class

This class holds constants used in the Connection Properties.

System Object

  Scribe.Core.ConnectorApi ConnectionPropertyConstants

Inheritance Hierarchy

Namespace:  Scribe.Core.ConnectorApi
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public static class ConnectionPropertyConstants

The ConnectionPropertyConstants type exposes the following members.

Fields

 

Name

Description

Public field Static member

ConnectionInfoDbIdKey

The connection info db id key

Public field Static member

OAuthTokenSharingIdKey

The shared OAuth token id key so that multiple connections can share the same OAuth token and ensure the tokens are not invalidated when they are refreshed.

Public field Static member

UniqueConnectionHashKey

The hash that distinguishes from connection from another. It is used in connection counting.

See

Scribe.Core.ConnectorApi Namespace