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

    Interface RotateConnectionsKeysResponseContent

    interface RotateConnectionsKeysResponseContent {
        kid: string;
        cert: string;
        pkcs?: string;
        next?: boolean;
        fingerprint: string;
        thumbprint: string;
        algorithm?: string;
        key_use?: Management.ConnectionKeyUseEnum;
        subject_dn?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    kid: string

    The key id of the signing key

    cert: string

    The public certificate of the signing key

    pkcs?: string

    The public certificate of the signing key in pkcs7 format

    next?: boolean

    True if the key is the the next key

    fingerprint: string

    The cert fingerprint

    thumbprint: string

    The cert thumbprint

    algorithm?: string

    Signing key algorithm

    subject_dn?: string