ISupportOAuth GetOAuthTokenSharingKey Method

Extract the OAuthToken sharing key from the connection properties.

Namespace:  Scribe.Core.ConnectorApi

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

Syntax

string   GetOAuthTokenSharingKey(
	IDictionary<string, string> connectionProperties
)

Parameters

connectionProperties

Type: System.Collections.Generic IDictionaryString, String

The IDictionary containing all connection properties.

Return Value

Type: String

See

ISupportOAuth Interface

Scribe.Core.ConnectorApi Namespace