Initializes a new instance of
OAuth2 object with a client key pair.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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