|
AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
|
This is the complete list of members for axiam::TokenAuthenticator, including all inherited members.
| authenticate(const std::string &token) const | axiam::TokenAuthenticator | |
| bearer_from_authorization(const std::string &header_value) | axiam::TokenAuthenticator | static |
| expected_tenant_id() const noexcept | axiam::TokenAuthenticator | inline |
| guard_authenticator(std::function< std::optional< std::string >(const Request &)> extract_token) const | axiam::TokenAuthenticator | inline |
| token_from_cookie_header(const std::string &cookie_header) | axiam::TokenAuthenticator | static |
| TokenAuthenticator(JwksVerifier &jwks, std::string expected_tenant_id, AuthenticatorOptions options={}) | axiam::TokenAuthenticator | |
| try_authenticate(const std::string &token) const | axiam::TokenAuthenticator |