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

Method builder

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

* Constructor for building a new builder instance * \param c Clock instance */

Source from the content-addressed store, hash-verified

3137 * \param c Clock instance
3138 */
3139 JWT_CLAIM_EXPLICIT builder(Clock c) : clock(c) {}
3140 /**
3141 * Set a header claim.
3142 * \param id Name of the claim

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected