Update proto/zitadel/resources/user/v3alpha/authenticator.proto

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Stefan Benz 2024-10-01 13:54:52 +02:00 committed by GitHub
parent 4171edfd8e
commit 2420d3447f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,7 +246,7 @@ message PersonalAccessToken {
}
];
zitadel.resources.object.v3alpha.Details details = 2;
// After the expiration date, the key will no longer be usable for authentication.
// After the expiration date, the personal access token will no longer be usable for authorization.
google.protobuf.Timestamp expiration_date = 3 [
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
example: "\"3019-04-01T08:45:00.000000Z\"";