Click or drag to resize
TokenClient Constructor (String, String, String, HttpMessageHandler, 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,
	HttpMessageHandler innerHttpMessageHandler,
	AuthenticationStyle style = AuthenticationStyle.OAuth2
)

Parameters

endpoint
Type: SystemString
endpoint
clientId
Type: SystemString
clientId
clientSecret
Type: SystemString
clientSecret
innerHttpMessageHandler
Type: System.Net.HttpHttpMessageHandler
innerHttpMessageHandler
style (Optional)
Type: Intuit.Ipp.OAuth2PlatformClientAuthenticationStyle

[Missing <param name="style"/> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.TokenClient.#ctor(System.String,System.String,System.String,System.Net.Http.HttpMessageHandler,Intuit.Ipp.OAuth2PlatformClient.AuthenticationStyle)"]

See Also