This commit is contained in:
@@ -65,12 +65,13 @@ message VerifyTokenRequest {
|
||||
|
||||
message VerifyTokenResponse {
|
||||
bool is_valid = 1;
|
||||
string error_message = 2;
|
||||
string id = 3;
|
||||
string username = 4;
|
||||
int32 role_level = 5;
|
||||
optional string error_message = 2;
|
||||
optional string id = 3;
|
||||
optional string username = 4;
|
||||
optional int32 role_level = 5;
|
||||
repeated string permissions = 6;
|
||||
string session_id = 7;
|
||||
optional string session_id = 7;
|
||||
optional bool requires_pin = 8;
|
||||
}
|
||||
|
||||
message GetAccountRoleLevelRequest {
|
||||
|
||||
Reference in New Issue
Block a user