AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
axiam::TokenAuthenticator Member List

This is the complete list of members for axiam::TokenAuthenticator, including all inherited members.

authenticate(const std::string &token) constaxiam::TokenAuthenticator
bearer_from_authorization(const std::string &header_value)axiam::TokenAuthenticatorstatic
expected_tenant_id() const noexceptaxiam::TokenAuthenticatorinline
guard_authenticator(std::function< std::optional< std::string >(const Request &)> extract_token) constaxiam::TokenAuthenticatorinline
token_from_cookie_header(const std::string &cookie_header)axiam::TokenAuthenticatorstatic
TokenAuthenticator(JwksVerifier &jwks, std::string expected_tenant_id, AuthenticatorOptions options={})axiam::TokenAuthenticator
try_authenticate(const std::string &token) constaxiam::TokenAuthenticator