Gets url you should redirect your user to, in order for him to authorize IMAP access.
Namespace: Limilabs.Client.Authentication.GoogleAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| Visual Basic |
|---|
Public Function GetAuthorizationUrl ( _
callback As String _
) As String |
| Visual C++ |
|---|
public:
String^ GetAuthorizationUrl(
String^ callback
) |
Parameters
- callback
- Type: System..::..String
Callback address. Google will redirect user to this address after authorization. Your application needs to read the oauth_verifier url parameter.
Return Value
Url you should redirect the user to.
See Also