| GmailOAuthGetAuthorizationUrl Method (String) |
Namespace:
Limilabs.Client.Authentication.Google
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string GetAuthorizationUrl(
string callback
)
Public Function GetAuthorizationUrl (
callback As String
) As String
public:
String^ GetAuthorizationUrl(
String^ callback
)
member GetAuthorizationUrl :
callback : string -> string
Parameters
- callback
- Type: SystemString
Callback address. Google will redirect user to this address after authorization. Your application needs to read the oauth_verifier url parameter.
Return Value
Type:
StringUrl you should redirect the user to.
See Also