Click or drag to resize

GmailOAuthGetAuthorizationUrl(String) Method

Gets url you should redirect your user to, in order for him to authorize Google access. Default scopes are ImapAndSmtp and UserInfoEmailScope

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public string GetAuthorizationUrl(
	string callback
)

Parameters

callback  String
Callback address. Google will redirect user to this address after authorization. Your application needs to read the oauth_verifier url parameter.

Return Value

String
Url you should redirect the user to.
See Also