feat: version ledger settlement contracts
This commit is contained in:
+3
-1
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user