|
BLPAPI C++
3.25.1
|
#include <blpapi_authoptions.h>
Public Member Functions | |
| AuthToken (const char *tokenStr) | |
| AuthToken (blpapi_AuthToken_t *handle) | |
| AuthToken (const AuthToken &token) | |
| ~AuthToken () | |
| AuthToken & | operator= (const AuthToken &rhs) |
| const blpapi_AuthToken_t * | handle () const |
Contains manual token authorization options.
|
explicit |
Create an AuthToken to use for authorization.
The behavior is undefined when tokenStr is NULL or empty.
|
explicit |
For internal use only.
| ~AuthToken | ( | ) |
Destructor.
| const blpapi_AuthToken_t * handle | ( | ) | const |
For internal use only.
Assign to this object the value of the specified rhs object.