OAuthAccessToken Method (String, String) |
Fetches Request Access from the specified 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
)
Public Sub AccessToken (
uri As String,
key As String
)
Parameters
- uri
- Type: SystemString
A URI for sending HTTP request. - key
- Type: SystemString
A string with the verification code from the end user's browser authentication process.
Exceptions Examples See
OAuth topic for the example.
See Also