Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 782 Bytes

File metadata and controls

30 lines (14 loc) · 782 Bytes

TRLinkJwkPublicKey

Properties

Name Type Description Notes
kty string Key type [default to undefined]
e string RSA public exponent [default to undefined]
use string Public key use (encryption) [default to undefined]
kid string Key ID [default to undefined]
n string RSA modulus [default to undefined]

Enum: TRLinkJwkPublicKeyKtyEnum

  • Rsa (value: 'RSA')

Enum: TRLinkJwkPublicKeyUseEnum

  • Enc (value: 'enc')

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