Public Member Functions

blpapi::AuthToken Class Reference

#include <blpapi_authoptions.h>

List of all members.

Public Member Functions

 AuthToken (const char *tokenStr)
 AuthToken (blpapi_AuthToken_t *handle)
 AuthToken (const AuthToken &token)
 ~AuthToken ()
AuthTokenoperator= (const AuthToken &rhs)
const blpapi_AuthToken_thandle () const

Detailed Description

Contains manual token authorization options.

See Component blpapi_authoptions


Constructor & Destructor Documentation

blpapi::AuthToken::AuthToken ( const char *  tokenStr  )  [explicit]

Create an AuthToken to use for authorization.

The behavior is undefined when tokenStr is NULL or empty.

blpapi::AuthToken::AuthToken ( blpapi_AuthToken_t handle  )  [explicit]

For internal use only.

blpapi::AuthToken::AuthToken ( const AuthToken token  ) 

Copy constructor.

blpapi::AuthToken::~AuthToken (  ) 

Destructor.


Member Function Documentation

AuthToken& blpapi::AuthToken::operator= ( const AuthToken rhs  ) 

Assign to this object the value of the specified rhs object.

const blpapi_AuthToken_t* blpapi::AuthToken::handle (  )  const

For internal use only.


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