Click or drag to resize

IOAuthConsumer Method

Sets the consumer.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
IOAuth Consumer(
	string consumerKey,
	string consumerSecret
)

Parameters

consumerKey  String
Consumer key
consumerSecret  String
Consumer secret

Return Value

IOAuth
This OAuth object.
See Also