MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / has_algorithm

Method has_algorithm

include/jwt-cpp/jwt.h:2927–2927  ·  view source on GitHub ↗

* Check if algorithm is present ("alg") * \return true if present, false otherwise */

Source from the content-addressed store, hash-verified

2925 * \return true if present, false otherwise
2926 */
2927 bool has_algorithm() const noexcept { return has_header_claim("alg"); }
2928 /**
2929 * Check if type is present ("typ")
2930 * \return true if present, false otherwise

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected