app auth
This commit is contained in:
parent
e3c32a5650
commit
dc920d5e0c
8 changed files with 2273 additions and 2187 deletions
|
|
@ -25,7 +25,7 @@ message LndGetInfoResponse {
|
|||
string alias = 1;
|
||||
}
|
||||
|
||||
message AddAppRequest {
|
||||
message AuthAppRequest {
|
||||
string name = 1;
|
||||
}
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ message Application {
|
|||
string id = 2;
|
||||
int64 balance = 3;
|
||||
}
|
||||
message AddAppResponse {
|
||||
message AuthApp {
|
||||
Application app = 1;
|
||||
string auth_token = 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue