chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 72cb1d8117 - Show all commits
+6 -3
View File
@@ -205,10 +205,13 @@ message TFAExRes {
string qrcode_base64 = 3;
}
message CheckTFAReq {
InternalIAM iam = 1;
// InternalIAM iam = 1;
TFAReq req = 1;
string code = 2;
optional string algorithm = 3;
optional string reason = 4; // Can be later used as a lookup
// optional string algorithm = 3;
// optional string reason = 4; // Can be later used as a lookup
// optional string transaction_id = 5;
// optional TfaStateEnum state = 6;
}
message TFA {