Click or drag to resize

IOAuthNonce Method

Sets nonce. Nonce is generated automatically if not set. This method should be used in tests only.

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IOAuth Nonce(
	string nonce
)

Parameters

nonce
Type: SystemString
Nonce.

Return Value

Type: IOAuth
This OAuth object.
See Also