| GmailOAuth Constructor (OAuthToken) |
Creates new GmailOAuth object.
Namespace:
Limilabs.Client.Authentication.Google
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public GmailOAuth(
OAuthToken consumerToken
)
Public Sub New (
consumerToken As OAuthToken
)
public:
GmailOAuth(
OAuthToken^ consumerToken
)
new :
consumerToken : OAuthToken -> GmailOAuth
Parameters
- consumerToken
- Type: Limilabs.Client.Authentication.GoogleOAuthToken
Consumer token (consumer key and consumer secret).
See Also