Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1019 Bytes

ClientKey.md

File metadata and controls

15 lines (10 loc) · 1019 Bytes

ClientKey

A Base64-encoded X25519 public key.

Properties

Name Type Description Notes
client_key str A Base64-encoded X25519 public key that can be used with a libsodium-compatible sealed box to encrypt secrets before upload. [optional]
signature str A Base64-encoded signature of the client key. The signature is generated using the signing key and must be verified before using the client key. [optional]
expires_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]