add internal rpc file and LookUpName rpc #5

Merged
nfel merged 2 commits from auth into v2 2024-12-10 07:23:47 +00:00
Showing only changes of commit 8a0c7451fb - Show all commits

View File

@ -210,13 +210,13 @@ message CheckTFAReq {
} }
message TFA { message TFA {
OtpStateEnum state = 1; TfaStateEnum state = 1;
int64 code = 2; int64 code = 2;
string transaction_id = 3; string transaction_id = 3;
} }
enum OtpStateEnum { enum TfaStateEnum {
OPT_STATE_ENUM_UNSPECIFIED = 0; TFA_STATE_ENUM_UNSPECIFIED = 0;
LOGIN = 1; LOGIN = 1;
INTERNAL_TRANSFER = 2; INTERNAL_TRANSFER = 2;
EXTERNAL_TRANSFER = 3; EXTERNAL_TRANSFER = 3;