* Constructor for building a new builder instance * \param c Clock instance */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected