Click or drag to resize

ReturnUrl Constructor

Creates new instance of this class.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public ReturnUrl(
	string returnUrl
)

Parameters

returnUrl
Type: SystemString
Raw return url e.g. "https://www.yourwebsite.com?oauth_verifier=XXX&oauth_token=YYY".
See Also