dxFeed Graal CXX API v4.0.0
|
This is the complete list of members for AuthToken, including all inherited members.
createBasicToken(const StringLikeWrapper &userPassword) | AuthToken | static |
createBasicToken(const StringLikeWrapper &user, const StringLikeWrapper &password) | AuthToken | static |
createBasicTokenOrNull(const StringLikeWrapper &user, const StringLikeWrapper &password) | AuthToken | static |
createBearerToken(const StringLikeWrapper &token) | AuthToken | static |
createBearerTokenOrNull(const StringLikeWrapper &token) | AuthToken | static |
createCustomToken(const StringLikeWrapper &scheme, const StringLikeWrapper &value) | AuthToken | static |
getHttpAuthorization() const | AuthToken | |
getPassword() const | AuthToken | |
getScheme() const | AuthToken | |
getUser() const | AuthToken | |
getValue() const | AuthToken | |
valueOf(const StringLikeWrapper &string) | AuthToken | static |