V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 5eb260df3a - Show all commits
+2 -2
View File
@@ -205,9 +205,9 @@ message TFAExRes {
string qrcode_base64 = 3; string qrcode_base64 = 3;
} }
message CheckTFAReq { message CheckTFAReq {
// InternalIAM iam = 1; InternalIAM iam = 1;
TFAReq req = 1;
string code = 2; string code = 2;
TFAReq req = 3;
// optional string algorithm = 3; // optional string algorithm = 3;
// optional string reason = 4; // Can be later used as a lookup // optional string reason = 4; // Can be later used as a lookup
// optional string transaction_id = 5; // optional string transaction_id = 5;