Click or drag to resize
TokenClient Constructor (String, String, String, AuthenticationStyle)
Constructor

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public TokenClient(
	string endpoint,
	string clientId,
	string clientSecret,
	AuthenticationStyle style = AuthenticationStyle.OAuth2
)

Parameters

endpoint
Type: SystemString
endpoint
clientId
Type: SystemString
clientId
clientSecret
Type: SystemString
clientSecret
style (Optional)
Type: Intuit.Ipp.OAuth2PlatformClientAuthenticationStyle
style
See Also