Click or drag to resize

GmailOAuthGetAuthorizationUrl Method (ListGoogleScope)

Gets url you should redirect your user to, in order for him to authorize IMAP access. This method uses oob instead of callback this means that your user will need to copy verification code to your application.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string GetAuthorizationUrl(
	List<GoogleScope> scopes
)

Parameters

scopes
Type: System.Collections.GenericListGoogleScope
Scopes you request access to.

Return Value

Type: String
Url you should redirect the user to.
See Also