BasicAuthenticationHeaderValue Constructor |
Constructor
Namespace:
System.Net.Http
Assembly:
Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic BasicAuthenticationHeaderValue(
string clientId,
string clientSecret
)
Parameters
- clientId
- Type: SystemString
clientId - clientSecret
- Type: SystemString
clientSecret
See Also