feat: version ledger settlement contracts

This commit is contained in:
Navid
2026-09-15 13:59:13 +03:30
parent e316e225a0
commit d01c287550
3 changed files with 57 additions and 1 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ service AuthorizationService {
rpc ProcessTFAReq(TFAReq) returns (base.v1.StatusRes) {}
// For HMAC-OTP an initialization step must be added to exchange keys
rpc InitTFAReq(InternalIAM) returns (TFAExRes) {}
// Deprecated: authenticator-app enrollment was never implemented. Darano
// currently supports the ProcessTFAReq/CheckTFACode OTP flow.
rpc InitTFAReq(InternalIAM) returns (TFAExRes) { option deprecated = true; }
rpc CheckTFACode(CheckTFAReq) returns (base.v1.StatusRes) {}
}