| OAuthRequestValidator Constructor (String, String, String, String) |
Namespace:
Intuit.Ipp.Security
Assembly:
Intuit.Ipp.Security (in Intuit.Ipp.Security.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic OAuthRequestValidator(
string accessToken,
string accessTokenSecret,
string consumerKey,
string consumerSecret
)
Parameters
- accessToken
- Type: SystemString
The access token. - accessTokenSecret
- Type: SystemString
The access token secret. - consumerKey
- Type: SystemString
The consumer key. - consumerSecret
- Type: SystemString
The consumer secret.
See Also