Back to Node Auth0

Interface CreateEncryptionKeyPublicWrappingResponseContent

docs/interfaces/management.Management.CreateEncryptionKeyPublicWrappingResponseContent.html

5.9.1849 B
Original Source

Interface CreateEncryptionKeyPublicWrappingResponseContent

interface CreateEncryptionKeyPublicWrappingResponseContent {
public_key: string;
algorithm: "CKM_RSA_AES_KEY_WRAP";
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

public_keyalgorithm

Properties

public_key

public_key: string

Public wrapping key in PEM format

algorithm

algorithm: "CKM_RSA_AES_KEY_WRAP"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties public_keyalgorithm