|
AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
|
This is the complete list of members for axiam::Client, including all inherited members.
| _set_retry_test_seams(std::function< double()> jitter, std::function< void(std::chrono::milliseconds)> sleeper) | axiam::Client | |
| authenticate_device() | axiam::Client | |
| batch_check(const std::vector< AccessCheck > &checks) | axiam::Client | |
| batch_check_async(std::vector< AccessCheck > checks) | axiam::Client | |
| builder() | axiam::Client | static |
| can(const std::string &action, const std::string &resource_id, std::optional< std::string > scope=std::nullopt, std::optional< std::string > subject_id=std::nullopt) | axiam::Client | |
| check_access(const std::string &action, const std::string &resource_id, std::optional< std::string > scope=std::nullopt, std::optional< std::string > subject_id=std::nullopt) | axiam::Client | |
| check_access_async(std::string action, std::string resource_id, std::optional< std::string > scope=std::nullopt, std::optional< std::string > subject_id=std::nullopt) | axiam::Client | |
| close() | axiam::Client | |
| csrf_token() const | axiam::Client | |
| has_session() const | axiam::Client | |
| jwks() | axiam::Client | |
| login(const std::string &username_or_email, const std::string &password) | axiam::Client | |
| login_async(std::string username_or_email, std::string password) | axiam::Client | |
| logout() | axiam::Client | |
| refresh() | axiam::Client | |
| refresh_async() | axiam::Client | |
| refresh_call_count() const | axiam::Client | |
| tenant_header() const | axiam::Client | |
| verify_mfa(const Sensitive< std::string > &challenge_token, const std::string &totp_code) | axiam::Client | |
| verify_mfa(const std::string &challenge_token, const std::string &totp_code) | axiam::Client |