feat: migrate secret management to datastore proto and tink
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "com.bitcointxoko.gudariwallet.security";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "CredentialsProto";
|
||||
|
||||
message Credentials {
|
||||
string base_url = 1;
|
||||
string invoice_key = 2;
|
||||
string admin_key = 3;
|
||||
bool is_onboarded = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user