Click or drag to resize

IOAuthConsumer Method

Sets the consumer.

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

Parameters

consumerKey
Type: SystemString
Consumer key
consumerSecret
Type: SystemString
Consumer secret

Return Value

Type: IOAuth
This OAuth object.
See Also