supertokens-node
    Preparing search index...

    Variable removeDevice

    removeDevice: (
        userId: string,
        deviceName: string,
        userContext?: Record<string, any>,
    ) => Promise<{ didDeviceExist: boolean; status: "OK" }> = Wrapper.removeDevice

    Type declaration

      • (
            userId: string,
            deviceName: string,
            userContext?: Record<string, any>,
        ): Promise<{ didDeviceExist: boolean; status: "OK" }>
      • Parameters

        • userId: string
        • deviceName: string
        • OptionaluserContext: Record<string, any>

        Returns Promise<{ didDeviceExist: boolean; status: "OK" }>