Back to Node Auth0

Interface ImportEncryptionKeyRequestContent

docs/interfaces/management.Management.ImportEncryptionKeyRequestContent.html

5.9.1662 B
Original Source

Interface ImportEncryptionKeyRequestContent

Example

{ * wrapped_key: "wrapped_key" * }Copy

interface ImportEncryptionKeyRequestContent {
wrapped_key: string;
}

Index

Properties

wrapped_key

Properties

wrapped_key

wrapped_key: string

Base64 encoded ciphertext of key material wrapped by public wrapping key.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties wrapped_key