+11
-5
@@ -85,6 +85,12 @@ message IdReqWithIAM {
|
||||
InternalIAM iam = 2;
|
||||
}
|
||||
|
||||
message IdReqWithIAMAndTFA {
|
||||
int64 id = 1;
|
||||
InternalIAM iam = 2;
|
||||
TFA tfa = 6;
|
||||
}
|
||||
|
||||
// Used for endpoints that need token and Query Param
|
||||
message IAMWithQP {
|
||||
InternalIAM iam = 1;
|
||||
@@ -202,11 +208,11 @@ message BankInfo {
|
||||
}
|
||||
|
||||
/* Two Factor Authentication */
|
||||
message IdReqWithIAMAndTFA {
|
||||
int64 id = 1;
|
||||
InternalIAM iam = 2;
|
||||
string tfa_code = 3;
|
||||
}
|
||||
// message IdReqWithIAMAndTFA {
|
||||
// int64 id = 1;
|
||||
// InternalIAM iam = 2;
|
||||
// string tfa_code = 3;
|
||||
// }
|
||||
message TFAReq {
|
||||
InternalIAM iam = 1;
|
||||
optional string mobile = 2;
|
||||
|
||||
Reference in New Issue
Block a user