Creates new Gmail2LeggedOAuth object.
Namespace: Limilabs.Client.Authentication.GoogleAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public Gmail2LeggedOAuth( string consumerKey, string consumerSecret ) |
| Visual Basic |
|---|
Public Sub New ( _ consumerKey As String, _ consumerSecret As String _ ) |
| Visual C++ |
|---|
public: Gmail2LeggedOAuth( String^ consumerKey, String^ consumerSecret ) |
Parameters
- consumerKey
- Type: System..::..String
Consumer key.
- consumerSecret
- Type: System..::..String
Consumer secret.