Skip to content

Commit

Permalink
Remove extra auth_token
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kugler committed Aug 15, 2023
1 parent b90a673 commit 74a212b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proto/token.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ message _GenerateTempAuthTokenRequest {

Expires expires = 1;

string auth_token = 3;

permissions.Permissions permissions = 4;
permissions.Permissions permissions = 2;
}

message _GenerateTempAuthTokenResponse {
Expand Down

0 comments on commit 74a212b

Please sign in to comment.