ISupportOAuth ReplaceOAuthTokens Method

Replaces items in the connectionProperties with the token list. This is used to update the connectionProperties dictionary.

Namespace:  Scribe.Core.ConnectorApi

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

Syntax

void   ReplaceOAuthTokens(
	IDictionary<string, string> tokenProperties,
	IDictionary<string, string> connectionProperties
)

Parameters

tokenProperties

Type: System.Collections.Generic IDictionaryString, String

Contains the updated properties. These should be matched by key name to the connectionProperties.

connectionProperties

Type: System.Collections.Generic IDictionaryString, String

The IDictionary containing all connection properties.

See

ISupportOAuth Interface

Scribe.Core.ConnectorApi Namespace