OAuthAuthorizeToken Method (String, StringDictionary) |
Fetches Request Authorize 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 string AuthorizeToken(
string uri,
StringDictionary parameters
)
Public Function AuthorizeToken (
uri As String,
parameters As StringDictionary
) As String
Parameters
- uri
- Type: SystemString
A URI for producing HTTP request string. - parameters
- Type: System.Collections.SpecializedStringDictionary
A StringDictionary object with the parameters list.
Return Value
Type:
StringA string with URI for authentication process in client browser.
Exceptions Examples See
OAuth topic for the example.
See Also