OAuthAuthorizeToken Method (String) |
Fetches Request Authorize from the specified URI (URL).
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string AuthorizeToken(
string uri
)
Public Function AuthorizeToken (
uri As String
) As String
Parameters
- uri
- Type: SystemString
A URI for producing HTTP request string.
Return Value
Type:
StringA string with the URI for authentication process in the end user's browser.
Exceptions
ExamplesSee
OAuth topic for the example.
See Also