Searched defs:CredentialDataInfo (Results 1 – 1 of 1) sorted by relevance
45 struct CredentialDataInfo { struct46 int32_t credentialType;47 std::string credentailId;48 std::string serverPk;49 std::string pkInfoSignature;50 std::string pkInfo;51 std::string authCode;52 std::string peerDeviceId;53 std::string userId;54 CredentialDataInfo() : credentialType(UNKNOWN_CREDENTIAL_TYPE) in CredentialDataInfo() argument