GmailOAuthGetAuthorizationUrl Method |
Name | Description | |
---|---|---|
GetAuthorizationUrl |
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.
| |
GetAuthorizationUrl(String) |
Gets url you should redirect your user to, in order for him to authorize Google access.
Default scopes are ImapAndSmtp and UserInfoEmailScope | |
GetAuthorizationUrl(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.
| |
GetAuthorizationUrl(String, ListGoogleScope) |
Gets url you should redirect your user to, in order for him to authorize IMAP access.
|