UserInfoVCCredential
| 117 | /// UserInfoVCCredential |
| 118 | /// |
| 119 | UserInfoVCCredential::UserInfoVCCredential(std::string userinfo_vc_jwt_in) |
| 120 | : userinfo_vc_jwt(std::move(userinfo_vc_jwt_in)) |
| 121 | , _vc(std::make_shared<hpke::UserInfoVC>(userinfo_vc_jwt)) |
| 122 | { |
| 123 | } |
| 124 | |
| 125 | bool |
| 126 | // NOLINTNEXTLINE(readability-convert-member-functions-to-static) |
nothing calls this directly
no outgoing calls
no test coverage detected