OAuthAccessToken Method (String, String, StringDictionary) |
Fetches Request Access from the specified URI passing extra parameters in that URI.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void AccessToken(
string uri,
string key,
StringDictionary parameters
)
Public Sub AccessToken (
uri As String,
key As String,
parameters As StringDictionary
)
Parameters
- uri
- Type: SystemString
An URI for sending HTTP request. - key
- Type: SystemString
A string with the verification code from the end user's browser authentication process. - parameters
- Type: System.Collections.SpecializedStringDictionary
A StringDictionary object with the parameters list.
Exceptions Examples See
OAuth topic for the example.
See Also