#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.
See Component blpapi_authoptions
| 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.
Assign to this object the value of the specified rhs object.
| const blpapi_AuthToken_t* blpapi::AuthToken::handle | ( | ) | const |
For internal use only.
1.7.1