Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.21 KB

SignDataWithClassicKey.md

File metadata and controls

19 lines (15 loc) · 1.21 KB

SignDataWithClassicKey

Properties

Name Type Description Notes
data str Data
display_id str The name of the key to use in the sign data process
hashed bool Defines whether the data should be hashed as part of the signing. If true, the data will not be hashed [optional] [default to False]
hashing_method str HashingMethod [optional] [default to 'SHA256']
ignore_cache str Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI [optional] [default to 'false']
json bool Set output format to JSON [optional] [default to False]
name str ClassicKey name
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
version int classic key version

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