Click or drag to resize

GmailOAuthGetAuthorizationUrl Method

Overload List
  NameDescription
Public methodGetAuthorizationUrl
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.
Public methodGetAuthorizationUrl(String)
Gets url you should redirect your user to, in order for him to authorize Google access. Default scopes are ImapAndSmtp and UserInfoEmailScope
Public methodGetAuthorizationUrl(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.
Public methodGetAuthorizationUrl(String, ListGoogleScope)
Gets url you should redirect your user to, in order for him to authorize IMAP access.
Top
See Also