 | IOAuthConsumer Method |
Sets the consumer.
Namespace: Limilabs.Client.AuthenticationAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIOAuth Consumer(
string consumerKey,
string consumerSecret
)
Function Consumer (
consumerKey As String,
consumerSecret As String
) As IOAuth
IOAuth^ Consumer(
String^ consumerKey,
String^ consumerSecret
)
abstract Consumer :
consumerKey : string *
consumerSecret : string -> IOAuth Parameters
- consumerKey String
- Consumer key
- consumerSecret String
- Consumer secret
Return Value
IOAuthThis OAuth object.
See Also