Skip to content

Commit bdbca5a

Browse files
Remove non-existent api key name
1 parent 26fc166 commit bdbca5a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apis/accounts/v1alpha1/account.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ message AuthenticationMethod {
5353

5454
// APIKeyDetails describes the API key used for the request without exposing its secret or internal identifier.
5555
message APIKeyDetails {
56-
string name = 1;
57-
string description = 2;
56+
string description = 1;
5857
// The non-secret identifier embedded in the API key.
59-
string public_identifier = 3;
58+
string public_identifier = 2;
6059
}
6160

6261
// JWTDetails describes the verified JWT without exposing the token or subject and session identifiers.

0 commit comments

Comments
 (0)