MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / UserInfoVCCredential

Method UserInfoVCCredential

mlspp/src/credential.cpp:119–123  ·  view source on GitHub ↗

UserInfoVCCredential

Source from the content-addressed store, hash-verified

117/// UserInfoVCCredential
118///
119UserInfoVCCredential::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
125bool
126// NOLINTNEXTLINE(readability-convert-member-functions-to-static)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected