Teamcenter C++ API Reference  2312
Public Attributes | List of all members
HttpRequestInput Struct Reference

#include <LisfmwrkUtils.hxx>

Public Attributes

std::string consumerKey
 
std::string consumerSecret
 
std::string cookieStr
 
std::map< std::string,
std::string > 
headers
 
bool isAuthRequired
 
RequestMethod method
 
std::string postData
 
std::string tokenKey
 
std::string tokenSecret
 
std::string url
 

Detailed Description

Http request input

Definition at line 78 of file LisfmwrkUtils.hxx.

Member Data Documentation

std::string HttpRequestInput::consumerKey

ConsumerKey for authentication

Definition at line 84 of file LisfmwrkUtils.hxx.

std::string HttpRequestInput::consumerSecret

Consumer Secret key for authentication

Definition at line 85 of file LisfmwrkUtils.hxx.

std::string HttpRequestInput::cookieStr

Domain of Service Provider

Definition at line 88 of file LisfmwrkUtils.hxx.

std::map<std::string, std::string> HttpRequestInput::headers

Request Header for Http Request

Definition at line 89 of file LisfmwrkUtils.hxx.

bool HttpRequestInput::isAuthRequired

Checks user authentication is required or not

Definition at line 83 of file LisfmwrkUtils.hxx.

RequestMethod HttpRequestInput::method

Http Request Method

Definition at line 81 of file LisfmwrkUtils.hxx.

std::string HttpRequestInput::postData

Request Body for Post Data

Definition at line 82 of file LisfmwrkUtils.hxx.

std::string HttpRequestInput::tokenKey

Token Key for authentication

Definition at line 86 of file LisfmwrkUtils.hxx.

std::string HttpRequestInput::tokenSecret

Token Secret key for authentication

Definition at line 87 of file LisfmwrkUtils.hxx.

std::string HttpRequestInput::url

URL to be requested

Definition at line 80 of file LisfmwrkUtils.hxx.


The documentation for this struct was generated from the following file: