dxFeed Graal CXX API v4.0.0
Loading...
Searching...
No Matches
AuthToken Member List

This is the complete list of members for AuthToken, including all inherited members.

createBasicToken(const StringLikeWrapper &userPassword)AuthTokenstatic
createBasicToken(const StringLikeWrapper &user, const StringLikeWrapper &password)AuthTokenstatic
createBasicTokenOrNull(const StringLikeWrapper &user, const StringLikeWrapper &password)AuthTokenstatic
createBearerToken(const StringLikeWrapper &token)AuthTokenstatic
createBearerTokenOrNull(const StringLikeWrapper &token)AuthTokenstatic
createCustomToken(const StringLikeWrapper &scheme, const StringLikeWrapper &value)AuthTokenstatic
getHttpAuthorization() constAuthToken
getPassword() constAuthToken
getScheme() constAuthToken
getUser() constAuthToken
getValue() constAuthToken
valueOf(const StringLikeWrapper &string)AuthTokenstatic