You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
* @paramnotBefore: Return only ID-Certs from at or after a specific point in time. UNIX 64 bit timestamp.
216
200
* @paramnotAfter: Return only ID-Certs from at or before a specific point in time. UNIX 64 bit timestamp.
217
201
* @paramsession_id Optionally, return only the ID-Certs matching a specific `session_id`.
218
-
* @returns JSON-Array of Object(s), each object containing "id_cert" (PEM encoded ID-Cert) and "invalidated" (boolean). An ID-Cert is considered invalidated, if the server or actor choose to revoke the validity of the ID-Cert before the lifetime of the certificate was scheduled to end.
@doc("Whether this specific id_cert has been marked as invalidated by the server. An ID-Cert is considered invalidated, if the server or actor choose to revoke the validity of the ID-Cert before the lifetime of the certificate was scheduled to end.")
0 commit comments