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

    Interface GetEncryptionKeyResponseContent

    Encryption key

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

    Properties

    kid: string

    Key ID

    created_at: string

    Key creation timestamp

    updated_at: string

    Key update timestamp

    parent_kid?: string | null

    ID of parent wrapping key

    public_key?: string | null

    Public key in PEM format