Initializes a new instance of
OAuth2 object with a client key pair.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public OAuth2(
string clientId,
string clientSecret
)
Public Sub New (
clientId As String,
clientSecret As String
)
Parameters
- clientId
- Type: SystemString
A string value with a client public Id. - clientSecret
- Type: SystemString
A string value with a client secret key.
Exceptions See Also