ISupportOAuth Interface

Implementations of this will provide the necessary pieces for OAuth.

Namespace:  Scribe.Core.ConnectorApi

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

Syntax

public   interface   ISupportOAuth

The ISupportOAuth type exposes the following members.

Methods

 

Name

Description

Public method

GetOAuthTokenSharingKey

Extract the OAuthToken sharing key from the connection properties.

Public method

ReplaceOAuthTokens

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

See

Scribe.Core.ConnectorApi Namespace