OAuth2 Constructor
Initializes a new instance of OAuth2 object with a client key pair.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public OAuth2(
	string clientId,
	string clientSecret
)

Parameters

clientId
Type: SystemString
A string value with a client public Id.
clientSecret
Type: SystemString
A string value with a client secret key.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionclientId or clientSecret is a null reference (Nothing in Visual Basic) or an empty string.
See Also