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

    Interface ResourceServerTokenEncryptionKey

    interface ResourceServerTokenEncryptionKey {
        name?: string;
        alg: Management.ResourceServerTokenEncryptionAlgorithmEnum;
        kid?: string;
        pem: string;
    }
    Index

    Properties

    Properties

    name?: string

    Name of the encryption key.

    kid?: string

    Key ID.

    pem: string

    PEM-formatted public key. Must be JSON escaped.