Click or drag to resize
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)
Syntax
C#
public BasicAuthenticationHeaderValue(
	string clientId,
	string clientSecret
)

Parameters

clientId
Type: SystemString
clientId
clientSecret
Type: SystemString
clientSecret
See Also