An OAuth Consumer for .NET 2.0
DBServerTokenStore Constructor (connection, tableName)
NamespacesExtremeSwank.OAuthDBServerTokenStoreDBServerTokenStore(IDbConnection, String)
Creates a new instance of DBServerTokenStore.
Declaration Syntax
C#Visual BasicVisual C++
public DBServerTokenStore(
	IDbConnection connection,
	string tableName
)
Public Sub New ( _
	connection As IDbConnection, _
	tableName As String _
)
public:
DBServerTokenStore(
	IDbConnection^ connection, 
	String^ tableName
)
Parameters
connection (IDbConnection)
The IDbConnection object representing a closed database connection.
tableName (String)
The name the table where token data is stored.

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)