OAuthAuthorizeToken Method (String)
Fetches Request Authorize from the specified URI (URL).

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string AuthorizeToken(
	string uri
)

Parameters

uri
Type: SystemString
A URI for producing HTTP request string.

Return Value

Type: String
A string with the URI for authentication process in the end user's browser.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionuri is a null reference (Nothing in Visual Basic) or an empty string.
MailBeeInvalidStateExceptionRequestToken(String) should be called first.
Examples
See OAuth topic for the example.
See Also