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 |
---|---|---|
![]() |
Extract the OAuthToken sharing key from the connection properties. |
|
![]() |
Replaces items in the connectionProperties with the token list. This is used to update the connectionProperties dictionary. |
See