Skip to content

Commit

Permalink
Change default AccessTokenType for UserSetAccessTokenRequest in SDMS_…
Browse files Browse the repository at this point in the history
…Auth.proto.
  • Loading branch information
Anthony Ramirez committed Jan 9, 2025
1 parent 09ab2f8 commit aeb3967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/proto/common/SDMS_Auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ message UserSetAccessTokenRequest
required string access = 1; // Access token
required uint32 expires_in = 2; // Access expiration time in seconds
required string refresh = 3; // Refresh token (never expires)
optional AccessTokenType type = 4 [default = GENERIC];
optional AccessTokenType type = 4 [default = GLOBUS_DEFAULT];
optional string other = 5; // Other information relevant to the set access token
}

Expand Down

0 comments on commit aeb3967

Please sign in to comment.