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

Method name

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

* Returns the algorithm name provided to the constructor * \return algorithm's name */

Source from the content-addressed store, hash-verified

2048 * \return algorithm's name
2049 */
2050 std::string name() const { return alg_name; }
2051
2052 private:
2053 /// OpenSSL structure containing keys

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected