1 parent 26fc166 commit bdbca5aCopy full SHA for bdbca5a
1 file changed
apis/accounts/v1alpha1/account.proto
@@ -53,10 +53,9 @@ message AuthenticationMethod {
53
54
// APIKeyDetails describes the API key used for the request without exposing its secret or internal identifier.
55
message APIKeyDetails {
56
- string name = 1;
57
- string description = 2;
+ string description = 1;
58
// The non-secret identifier embedded in the API key.
59
- string public_identifier = 3;
+ string public_identifier = 2;
60
}
61
62
// JWTDetails describes the verified JWT without exposing the token or subject and session identifiers.
0 commit comments