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.
* Rotate the server's identity key. Requires server administrator permissions.
156
+
* @returns The servers' new ID-Cert, encoded as PEM
157
+
*/
158
+
opname(@doc("Sensitive actions require a second factor of authentication to be executed. Read [section 4.1.2 of the protocol definition](https://docs.polyphony.chat/Protocol%20Specifications/core/#412-sensitive-actions) for more information.")
* Rotate the server's identity key. Requires server administrator permissions.
172
-
* @returns The servers' new ID-Cert, encoded as PEM
173
-
*/
174
-
opname(@doc("Sensitive actions require a second factor of authentication to be executed. Read [section 4.1.2 of the protocol definition](https://docs.polyphony.chat/Protocol%20Specifications/core/#412-sensitive-actions) for more information.")
* Request the ID-Certs of a specific actor. The specified actor must be registered on this server.
212
214
* @paramfid The ID of the actor whose ID-Cert(s) should be returned.
213
-
* @paramtimestamp An optional UNIX timestamp to retrieve the ID-Cert the actor had at that
214
-
* point in time, instead of the current one.
215
+
* @paramnotBefore: Return only ID-Certs from at or after a specific point in time. UNIX 64 bit timestamp.
216
+
* @paramnotAfter: Return only ID-Certs from at or before a specific point in time. UNIX 64 bit timestamp.
215
217
* @paramsession_id Optionally, return only the ID-Certs matching a specific `session_id`.
216
-
* @parambody timestamp: UNIX-Timestamp. If specified, the server will return the ID-Cert(s) which the actor had at the specified time. session_id: Request the ID-Cert for a specific session ID.
217
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.
0 commit comments