Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 910 Bytes

JsonApiJwkInAttributesContent.md

File metadata and controls

20 lines (15 loc) · 910 Bytes

JsonApiJwkInAttributesContent

Specification of the cryptographic key

Properties

Name Type Description Notes
x5c [str] [optional]
x5t str [optional]
alg str [optional]
e str [optional]
kid str [optional]
kty str [optional] if omitted the server will use the default value of "RSA"
n str [optional]
use str [optional] if omitted the server will use the default value of "sig"
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]