BLPAPI C++  3.21.0
AuthToken Class Reference

#include <blpapi_authoptions.h>

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

◆ AuthToken() [1/3]

AuthToken ( const char *  tokenStr)
explicit

Create an AuthToken to use for authorization.

The behavior is undefined when tokenStr is NULL or empty.

◆ AuthToken() [2/3]

AuthToken ( blpapi_AuthToken_t handle)
explicit

For internal use only.

◆ AuthToken() [3/3]

AuthToken ( const AuthToken token)

Copy constructor.

◆ ~AuthToken()

~AuthToken ( )

Destructor.

Member Function Documentation

◆ handle()

const blpapi_AuthToken_t * handle ( ) const

For internal use only.

◆ operator=()

AuthToken & operator= ( const AuthToken rhs)

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


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