File tree 1 file changed +1
-1
lines changed
artifacts/camara-cloudevents
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ components:
418
418
description : |
419
419
REQUIRED. An absolute (UTC) timestamp at which the token shall be considered expired.
420
420
In the case of an ACCESS_TOKEN_EXPIRED termination reason, implementation should notify the client before the expiration date.
421
- If the registered "exp" (Expiration Time) claim in the token is present, it should match.
421
+ If the access token is a JWT and registered "exp" (Expiration Time) claim is present, the two expiry times should match.
422
422
It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone.
423
423
Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)
424
424
example : " 2023-07-03T12:27:08.312Z"
You can’t perform that action at this time.
0 commit comments