Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateEncryptionKeyResponseContent

    Encryption key

    interface CreateEncryptionKeyResponseContent {
        kid: string;
        type: Management.EncryptionKeyType;
        state: Management.EncryptionKeyState;
        created_at: string;
        updated_at: string;
        parent_kid: string;
        public_key?: string;
    }
    Index

    Properties

    kid: string

    Key ID

    created_at: string

    Key creation timestamp

    updated_at: string

    Key update timestamp

    parent_kid: string

    ID of parent wrapping key

    public_key?: string

    Public key in PEM format