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

    Interface ClearAssessorsRequestContent

    {
    * connection: "connection",
    * assessors: ["new-device"]
    * }
    interface ClearAssessorsRequestContent {
        connection: string;
        assessors: "new-device"[];
    }
    Index

    Properties

    connection: string

    The name of the connection containing the user whose assessors should be cleared.

    assessors: "new-device"[]

    List of assessors to clear.