add refresh state from file
This commit is contained in:
@@ -50,6 +50,11 @@ message LogoutResponse {
|
||||
string message = 2;
|
||||
}
|
||||
|
||||
message RefreshResponse {
|
||||
bool success = 1;
|
||||
string message = 2;
|
||||
}
|
||||
|
||||
message AuthStatusRequest { string token = 1; }
|
||||
|
||||
message AuthStatusResponse {
|
||||
|
||||
Reference in New Issue
Block a user