Click or drag to resize
TokenRevocationClient Constructor
Initializes a new instance of the TokenRevocationClient class

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 TokenRevocationClient(
	string endpoint,
	string clientId = "",
	string clientSecret = "",
	HttpMessageHandler innerHttpMessageHandler = null
)

Parameters

endpoint
Type: SystemString

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

clientId (Optional)
Type: SystemString

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

clientSecret (Optional)
Type: SystemString

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

innerHttpMessageHandler (Optional)
Type: System.Net.HttpHttpMessageHandler

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

See Also