Intuit.Ipp.Security
Intuit.Ipp.Security consists of classes that are required to set security credentials to connect with
Intuit services. By default it provides OAuth and user name validators. It can also use other Authorize methods such as SAML, OpenID, etc., to validate Intuit service requests.
Interface for request validate
Authorizes the web request.
The web request.
The request body.
OAuth implementation for Request validate contract.
The Authorization Header constant.
The O auth signature method.
Initializes a new instance of the class.
The bearer access token.
Gets or sets the access token.
The access token.
Gets or sets the additional parameters.
The additional parameters.
Gets or sets the key.
The asymmetric algorithm key.
Authorizes the specified request.
The request.
The requestBody if form encoded parameters.
OAuth implementation for Request validate contract.
The Authorization Header constant.
The O auth signature method.
Initializes a new instance of the class.
The access token.
The access token secret.
The consumer key.
The consumer secret.
Initializes a new instance of the class.
The application token.
Gets or sets the access token.
The access token.
Gets or sets the access token secret.
The access token secret.
Gets or sets the consumer key.
The consumer key.
Gets or sets the consumer secret.
The consumer secret.
Gets or sets the additional parameters.
The additional parameters.
Gets or sets the key.
The asymmetric algorithm key.
Authorizes the specified request.
The request.
The requestBody if form encoded parameters.
Creates the OAuth session with consumer context.
The consumer context.
return IOAuthSession.
Gets the OAuth header for request.
The OAuth session.
The web request.
Returns the OAuth header
Creates the consumer context.
if set to true header will be added to the request.
Returns IOAuthConsumerContext object.
Creates the access token.
returns OAuth token.
Constants for security assembly.
Semi Colon(;) string value.
Equals(=) string value;
Request Uri for User name authentication model.
Request token Uri for OAuth authentication model.
Authorize Request Uri for OAuth authentication model.
Access token Uri for OAuth authentication model.
Initializes static members of the class.